Skip to content

Commit 8e70163

Browse files
committed
fix-error
1 parent e50a5e2 commit 8e70163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composition.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const errorBoundry = <F extends Func>(f: F) => {
7575
};
7676

7777
export const pipe: typeof pipeWithoutStack = (...fs) =>
78-
// @ts-expect-error not sure why
78+
// @ts-ignore-error error in deno but not in node
7979
errorBoundry(pipeWithoutStack(...fs));
8080

8181
type Reversed<Tuple> = Tuple extends [infer Head, ...infer Rest]

0 commit comments

Comments
 (0)