DefinitelyTyped/types/defaults/index.d.ts
2017-08-20 15:37:53 -07:00

11 lines
341 B
TypeScript

// 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 function defaults(options: any, defaultOptions: any): any;
declare module "defaults" {
export = defaults;
}