mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix strictNullChecks with webpack
This commit is contained in:
Vendored
+1
-1
@@ -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