UNPKG

@types/clone-deep

Version:
33 lines (25 loc) 990 B
# Installation > `npm install --save @types/clone-deep` # Summary This package contains type definitions for clone-deep (https://github.com/jonschlinkert/clone-deep). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clone-deep. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clone-deep/index.d.ts) ````ts // Type definitions for clone-deep 4.0 // Project: https://github.com/jonschlinkert/clone-deep // Definitions by: Tanfonto <https://github.com/tanfonto> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.7 declare function cloneDeep<T>( val: T, instanceClone?: true | ((val: T) => T), ): T; export = cloneDeep; ```` ### Additional Details * Last updated: Mon, 04 Sep 2023 15:40:54 GMT * Dependencies: none * Global values: none # Credits These definitions were written by [Tanfonto](https://github.com/tanfonto).