UNPKG

@modern-kit/utils

Version:
12 lines (9 loc) 224 B
import { flatten } from '../flatten/index.mjs'; function flatMap(arr, iteratee, depth = 1) { return flatten( arr.map((item) => iteratee(item)), depth ); } export { flatMap }; //# sourceMappingURL=index.mjs.map