mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 19:04:13 +08:00
fix: fix wonder-commonlib,wonder-frp->index.d.ts->global type
This commit is contained in:
5
wonder-commonlib/index.d.ts
vendored
5
wonder-commonlib/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for wonder-commonlib 0.1
|
||||
// Type definitions for wonder-commonlib 0.1.1
|
||||
// Project: https://github.com/yyc-git/Wonder-CommonLib
|
||||
// Definitions by: YYC <https://github.com/yyc-git>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -21,7 +21,8 @@ declare module wdCb {
|
||||
}
|
||||
}
|
||||
|
||||
declare var global: any, window: Window;
|
||||
declare var global:NodeJS.Global,window:Window;
|
||||
|
||||
declare module wdCb {
|
||||
var root: any;
|
||||
}
|
||||
|
||||
4
wonder-frp/index.d.ts
vendored
4
wonder-frp/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for wonder-frp 0.1
|
||||
// Type definitions for wonder-frp 0.1.1
|
||||
// Project: https://github.com/yyc-git/Wonder-FRP
|
||||
// Definitions by: YYC <https://github.com/yyc-git>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -103,7 +103,7 @@ declare module wdFrp {
|
||||
}
|
||||
}
|
||||
|
||||
declare var global: any, window: Window;
|
||||
declare var global:NodeJS.Global,window:Window;
|
||||
declare module wdFrp {
|
||||
var root: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user