UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

4 lines (3 loc) • 147 B
export default function cloneDeep<T>(obj: T, transformer?: Transformer): T; type Transformer = (value: any, key: string) => any | void; export {};