File: index.d.ts

package info (click to toggle)
node-defaults 1.0.4%2B~1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: javascript: 38; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// Type definitions for defaults 1.0.3
// Project: https://github.com/tmpvar/defaults/
// Definitions by: Ibtihel CHNAB <https://github.com/IbtihelCHNAB>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare module "defaults" {
  function defaults(options: any, defaultOptions: any): any;

  export = defaults;
}