We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2b8b9 commit 5c9ec19Copy full SHA for 5c9ec19
1 file changed
index.d.ts
@@ -6,6 +6,7 @@ declare namespace GopeedPolyfillPlugin {
6
| 'assert'
7
| 'buffer'
8
| 'Buffer'
9
+ | 'console'
10
| 'constants'
11
| 'crypto'
12
| 'domain'
@@ -14,6 +15,7 @@ declare namespace GopeedPolyfillPlugin {
14
15
| 'https'
16
| 'os'
17
| 'path'
18
+ | 'process'
19
| 'punycode'
20
| 'querystring'
21
| 'stream'
@@ -54,4 +56,4 @@ declare class GopeedPolyfillPlugin {
54
56
apply(compiler: InstanceType<typeof Compiler>): void;
55
57
}
58
-export = GopeedPolyfillPlugin;
59
+export = GopeedPolyfillPlugin;
0 commit comments