UNPKG

@tidyjs/tidy

Version:

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

8 lines (6 loc) 132 B
function map(mapFn) { const _map = (items) => items.map(mapFn); return _map; } export { map }; //# sourceMappingURL=map.js.map