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

0.2.2 • Public • Published

Installation

npm install --save @types/defaults-deep

Summary

This package contains type definitions for defaults-deep (https://github.com/jonschlinkert/defaults-deep).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/defaults-deep.

index.d.ts

interface Obj {
    [k: string]: any;
}

declare function defaultsDeep(...objs: Obj[]): Obj;

export = defaultsDeep;

Additional Details

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

Credits

These definitions were written by Hugo Alliaume.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/defaults-deep

Weekly Downloads

48

Version

0.2.2

License

MIT

Unpacked Size

2.8 kB

Total Files

5

Last publish

Collaborators

  • types