UNPKG
deep-copy
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Deep copy objects and arrays
github.com/simov/deep-copy
simov/deep-copy
deep-copy
/
index.d.ts
3 lines
(2 loc)
•
58 B
TypeScript
View Raw
1
2
3
declare
function
dcopy
<
T
>
(
arg
:
T
)
:
T
export default dcopy