@klodianimeri/pipejs
Version:
Pipe functions that provide convenient and efficient ways to work with iterators.
1 lines • 74 B
text/typescript
export const Done = (value?: any) => Object({ value: value, done: true });
Pipe functions that provide convenient and efficient ways to work with iterators.