Skip to content

Commit

Permalink
chore: fix flip export
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 12, 2024
1 parent 8a2f024 commit bcdaf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export * from './curry/callable.ts'
export * from './curry/chain.ts'
export * from './curry/compose.ts'
export * from './curry/debounce.ts'
export * from './curry/flip'
export * from './curry/flip.ts'
export * from './curry/memo.ts'
export * from './curry/once.ts'
export * from './curry/partial.ts'
Expand Down

0 comments on commit bcdaf5d

Please sign in to comment.