mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 11:10:03 +00:00
fix(defaults): Limit function definition to module scope (#42261)
This commit is contained in:
committed by
GitHub
parent
8f61ed7121
commit
fcd2e522f6
4
types/defaults/index.d.ts
vendored
4
types/defaults/index.d.ts
vendored
@@ -3,8 +3,8 @@
|
||||
// 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" {
|
||||
function defaults(options: any, defaultOptions: any): any;
|
||||
|
||||
export = defaults;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user