UNPKG

deeply-copy

Version:

custom deep copy function to make a brand new immutable object

2 lines 117 B
export declare function deeplyCopy<P>(target: P, hash?: WeakMap<object, any>): P; //# sourceMappingURL=index.d.ts.map