UNPKG

@klodianimeri/pipejs

Version:

Pipe functions that provide convenient and efficient ways to work with iterators.

1 lines 74 B
export const Done = (value?: any) => Object({ value: value, done: true });