HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/@types/defaults/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/@types/defaults/index.d.ts
// 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;
}