UNPKG

@empathyco/x-components

Version:
57 lines (27 loc) 705 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [clone](./x-components.clone.md) ## clone() function Deeply clones an object or an array. **Signature:** ```typescript export declare function clone<Something>(something: Something): Something; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> something </td><td> Something </td><td> The object to clone. </td></tr> </tbody></table> **Returns:** Something A deep clone of the provided value.