ughh
This commit is contained in:
parent
4d27643d39
commit
dae3841f10
2
src/webpack/wreq.d.ts
vendored
2
src/webpack/wreq.d.ts
vendored
|
@ -19,7 +19,7 @@ export type WebpackQueues = unique symbol;
|
||||||
export type WebpackExports = unique symbol;
|
export type WebpackExports = unique symbol;
|
||||||
export type WebpackError = unique symbol;
|
export type WebpackError = unique symbol;
|
||||||
|
|
||||||
type AsyncModulePromise = Promise<ModuleExports> & {
|
export type AsyncModulePromise = Promise<ModuleExports> & {
|
||||||
[WebpackQueues]: (fnQueue: ((queue: any[]) => any)) => any;
|
[WebpackQueues]: (fnQueue: ((queue: any[]) => any)) => any;
|
||||||
[WebpackExports]: ModuleExports;
|
[WebpackExports]: ModuleExports;
|
||||||
[WebpackError]?: any;
|
[WebpackError]?: any;
|
||||||
|
|
Loading…
Reference in a new issue