mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Fix strictNullChecks with webpack
This commit is contained in:
2
webpack/index.d.ts
vendored
2
webpack/index.d.ts
vendored
@@ -209,7 +209,7 @@ declare namespace webpack {
|
||||
Buffer?: boolean;
|
||||
__filename?: boolean | string;
|
||||
__dirname?: boolean | string;
|
||||
[nodeBuiltin: string]: boolean | string;
|
||||
[nodeBuiltin: string]: boolean | string | undefined;
|
||||
}
|
||||
|
||||
type LoaderCondition = string | RegExp | ((absPath: string) => boolean);
|
||||
|
||||
Reference in New Issue
Block a user