UNPKG

@tidyjs/tidy

Version:

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse

12 lines (8 loc) 214 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function map(mapFn) { const _map = (items) => items.map(mapFn); return _map; } exports.map = map; //# sourceMappingURL=map.js.map