UNPKG

@modern-kit/utils

Version:
12 lines (8 loc) 294 B
'use strict'; var arrayFlattenDeep = require('../flattenDeep/index.cjs'); require('../flatten/index.cjs'); function flatMapDeep(arr, iteratee) { return arrayFlattenDeep.flattenDeep(arr.map((item) => iteratee(item))); } exports.flatMapDeep = flatMapDeep; //# sourceMappingURL=index.cjs.map