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