UNPKG

182 BTypeScriptView Raw
1export declare const copyArray: (array: any[]) => any[];
2export declare const copyObject: (objet: Object) => Object;
3export declare const isObjectEmpty: (object: Object) => boolean;