UNPKG

@prelude/array

Version:

Array module.

3 lines 127 B
const map = (mapping, thisArg) => (values) => values.map(mapping, thisArg); export default map; //# sourceMappingURL=map.js.map