@types/clone-deep
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

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

declare function cloneDeep<T>(
    val: T,
    instanceClone?: true | ((val: T) => T),
): T;

export = cloneDeep;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Tanfonto.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/clone-deep

Weekly Downloads

43,484

Version

4.0.4

License

MIT

Unpacked Size

2.77 kB

Total Files

5

Last publish

Collaborators

  • types