7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
interface Map {
|
|
(object: any, iteratee: any): any;
|
|
(iteratee: any): (object: any) => any;
|
|
}
|
|
declare const _default: Map;
|
|
export default _default;
|
|
//# sourceMappingURL=map.d.ts.map
|