UNPKG

@empathyco/x-components

Version:
10 lines 266 B
/** * Deeply clones an object or an array. * * @param something - The object to clone. * @returns A deep clone of the provided value. * * @public */ export declare function clone<Something>(something: Something): Something; //# sourceMappingURL=clone.d.ts.map