UNPKG

@klodianimeri/pipejs

Version:

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

9 lines 194 B
export function mapTo(value) { return () => { return (result) => { result.value = value; return result; }; }; } //# sourceMappingURL=map-to.js.map