UNPKG

@prelude/array

Version:

Array module.

5 lines 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const map = (mapping, thisArg) => (values) => values.map(mapping, thisArg); exports.default = map; //# sourceMappingURL=map.js.map