UNPKG

@naverpay/hidash

Version:

improved lodash

7 lines (4 loc) 238 B
import { ListIterator } from './internal/baseIteratee.type.mjs'; import './internal/types.mjs'; declare function map<T, R>(collection: ArrayLike<T> | null | undefined, iteratee: ListIterator<T, R>): R[]; export { map as default, map };