UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 199 B
export const fold = { label: 'fold', fn: function arrayFold(init, predicate) { const ctx = this; return ctx.reduce(predicate, init); }, }; //# sourceMappingURL=fold.js.map