UNPKG

docudb

Version:

Document-based NoSQL database for NodeJS

11 lines 281 B
/** * Deep copy utility * Creates a deep copy of an object or array */ /** * Creates a deep copy of an object or array * @param obj - Object to copy * @returns Deep copy of the object */ export default function deepCopy(obj: any): any; //# sourceMappingURL=deepCopy.d.ts.map