UNPKG

deep-copy

Version:

Deep copy objects and arrays

3 lines (2 loc) 58 B
declare function dcopy<T>(arg: T): T export default dcopy