UNPKG

cpt-waffle-lotide

Version:
3 lines (2 loc) 82 B
declare const map: <T>(array: T[], cb: (arg: T) => T) => T[]; export default map;