Skip to content

Commit 5c9ec19

Browse files
committed
fix: types
1 parent db2b8b9 commit 5c9ec19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ declare namespace GopeedPolyfillPlugin {
66
| 'assert'
77
| 'buffer'
88
| 'Buffer'
9+
| 'console'
910
| 'constants'
1011
| 'crypto'
1112
| 'domain'
@@ -14,6 +15,7 @@ declare namespace GopeedPolyfillPlugin {
1415
| 'https'
1516
| 'os'
1617
| 'path'
18+
| 'process'
1719
| 'punycode'
1820
| 'querystring'
1921
| 'stream'
@@ -54,4 +56,4 @@ declare class GopeedPolyfillPlugin {
5456
apply(compiler: InstanceType<typeof Compiler>): void;
5557
}
5658

57-
export = GopeedPolyfillPlugin;
59+
export = GopeedPolyfillPlugin;

0 commit comments

Comments
 (0)