UNPKG

@sovgut/allocate

Version:

<p align="center"> <b>A lightweight TypeScript utility for transforming object and array structures by remapping keys according to a schema. Perfect for API response transformation, data migration, and object restructuring.</b> </p>

2 lines (1 loc) 50 B
export declare function deepClone(obj: any): any;