UNPKG

@klodianimeri/pipejs

Version:

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

2 lines 101 B
export const Done = (value) => Object({ value: value, done: true }); //# sourceMappingURL=done.js.map