UNPKG

@klodianimeri/pipejs

Version:

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

2 lines 127 B
export const push = (array, value) => { array.splice(array.length, 0, value); return array; }; //# sourceMappingURL=push.js.map