Skip to content

Commit

Permalink
fix: add node package util support;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 16, 2021
1 parent 759fe32 commit be9c373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-modules-utils/src/declaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export class NodePackageDeclarations {
'dns', 'domain', 'http', 'https', 'http2', 'module', 'net', 'tls', 'dgram',
'stream', 'tty', 'url', 'wasi', 'v8', 'vm', 'worker_threads', 'zlib',
'punycode', 'perf_hooks', 'fs', 'events', 'constants', 'console', 'cluster', 'buffer',
'fs/promises', 'globals'
'fs/promises', 'globals', 'util'
]


Expand Down

0 comments on commit be9c373

Please sign in to comment.