UNPKG

cpt-waffle-lotide

Version:
11 lines (10 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const map = (array, cb) => { const result = []; array.forEach((item) => { result.push(cb(item)); }); return result; }; exports.default = map;