UNPKG

339 BTypeScriptView Raw
1export declare function deepClone<T>(obj: T): T;
2export declare function deepFreeze<T>(obj: T): T;
3export declare function notEmpty<T>(arg: T | undefined | null): arg is T;
4/**
5 * `true` if the argument is an empty object. Otherwise, `false`.
6 */
7export declare function isEmpty(arg: Object): boolean;
8//# sourceMappingURL=objects.d.ts.map
\No newline at end of file