Skip to content

Commit

Permalink
fix: fix mod.ts to export new features of v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 21, 2024
1 parent 129bcd7 commit 4c696c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
export * from "./async_value.ts";
export * from "./barrier.ts";
export * from "./ensure_promise.ts";
export * from "./flush_promises.ts";
export * from "./lock.ts";
export * from "./mutex.ts";
export * from "./notify.ts";
export * from "./peek_promise_state.ts";
export * from "./promise_state.ts";
export * from "./queue.ts";
export * from "./rw_lock.ts";
Expand Down

0 comments on commit 4c696c9

Please sign in to comment.