Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed Jan 10, 2025
1 parent 0484190 commit 766c150
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/composition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,3 @@ export const always = <T>(x: T) => () => x;
export const identity = <T>(x: T) => x;

export const thunk = <F extends Func>(f: () => F) => ((...x) => f()(...x)) as F;


0 comments on commit 766c150

Please sign in to comment.