UNPKG

@klodianimeri/pipejs

Version:

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

2 lines 108 B
export const Yield = (value) => { return { value: value, done: false }; }; //# sourceMappingURL=yield.js.map