Skip to content

Commit 5427f44

Browse files
committed
Ignore withFilter typings issue
1 parent 6a35647 commit 5427f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/with-filter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export const withFilter = (asyncIteratorFn: () => AsyncIterator<any>, filterFn:
3737
[$$asyncIterator]() {
3838
return this;
3939
},
40-
};
40+
} as any;
4141
};
4242
};

0 commit comments

Comments
 (0)