UNPKG

maycur-business

Version:

maycur business react components of web

12 lines (10 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = map; // Copyright 2015-2018 FormBucket LLC // map an array to a new array function map(array, func) { return array.map(func); }