UNPKG

@extra-array/map

Version:

Updates values based on map function.

6 lines (5 loc) 82 B
'use strict'; function map(x, fm) { return x.map(fm); } module.exports = map;