UNPKG
copy-deep
Version:
latest (1.0.0)
1.0.0
Used to do deep copy of objects and arrays (among others)
Vinccool96/copy-deep
copy-deep
/
build
/
index.d.ts
3 lines
•
111 B
TypeScript
View Raw
1
2
3
export
declare
function
copyDeep<T>(
source
: T): T;
export
default
copyDeep;
//# sourceMappingURL=index.d.ts.map