VisionFTF / express-admin / node_modules / deep-copy / index.d.ts
index.d.ts
Raw
declare function dcopy<T>(arg: T): T

export default dcopy