Skip to content

Commit

Permalink
feat(compose): remove/migrate delay() to different pkg
Browse files Browse the repository at this point in the history
BREAKING CHANGE: migrate delay() & Delay class to thi.ng/memoize

- see d8f4733 for details
  • Loading branch information
postspectacular committed Apr 3, 2024
1 parent d8f4733 commit 745abbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
26 changes: 0 additions & 26 deletions packages/compose/src/delay.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/compose/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from "./comp.js";
export * from "./complement.js";
export * from "./constantly.js";
export * from "./delay.js";
export * from "./delayed.js";
export * from "./identity.js";
export * from "./ifdef.js";
Expand Down
11 changes: 0 additions & 11 deletions packages/compose/test/delay.test.ts

This file was deleted.

0 comments on commit 745abbb

Please sign in to comment.