UNPKG

moltres-utils

Version:
27 lines (22 loc) 720 B
"use strict"; require("core-js/modules/es6.object.define-property"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _map = _interopRequireDefault(require("./map")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * Alias for [map](#map) method * * @function * @since v0.0.13 * @category data * @param {Function} iteratee The function to be called on every element of the input `list`. * @param {*} collection The collection to be iterated over. * @return {*} The new collection. */ var mapIndexed = _map.default; var _default = mapIndexed; exports.default = _default; //# sourceMappingURL=mapIndexed.js.map