// Type definitions for defaults 1.0.3 // Project: https://github.com/tmpvar/defaults/ // Definitions by: Ibtihel CHNAB // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function defaults(options: any, defaultOptions: any): any; declare module "defaults" { export = defaults; }