@types/node 14.18.61 → 14.18.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. node v14.18/README.md +1 -1
  2. node v14.18/assert.d.ts +3 -3
  3. node v14.18/async_hooks.d.ts +3 -3
  4. node v14.18/buffer.d.ts +3 -3
  5. node v14.18/child_process.d.ts +3 -3
  6. node v14.18/cluster.d.ts +3 -3
  7. node v14.18/constants.d.ts +3 -3
  8. node v14.18/crypto.d.ts +3 -3
  9. node v14.18/dgram.d.ts +3 -3
  10. node v14.18/dns.d.ts +3 -3
  11. node v14.18/domain.d.ts +4 -4
  12. node v14.18/events.d.ts +3 -3
  13. node v14.18/fs.d.ts +3 -3
  14. node v14.18/http.d.ts +3 -3
  15. node v14.18/http2.d.ts +4 -4
  16. node v14.18/https.d.ts +3 -3
  17. node v14.18/inspector.d.ts +4 -4
  18. node v14.18/module.d.ts +3 -3
  19. node v14.18/net.d.ts +3 -3
  20. node v14.18/os.d.ts +3 -3
  21. node v14.18/package.json +2 -2
  22. node v14.18/path.d.ts +3 -3
  23. node v14.18/perf_hooks.d.ts +3 -3
  24. node v14.18/process.d.ts +3 -3
  25. node v14.18/punycode.d.ts +3 -3
  26. node v14.18/querystring.d.ts +3 -3
  27. node v14.18/readline.d.ts +4 -4
  28. node v14.18/repl.d.ts +3 -3
  29. node v14.18/stream.d.ts +4 -4
  30. node v14.18/string_decoder.d.ts +3 -3
  31. node v14.18/timers.d.ts +3 -3
  32. node v14.18/tls.d.ts +3 -3
  33. node v14.18/trace_events.d.ts +3 -3
  34. node v14.18/ts4.8/assert.d.ts +3 -3
  35. node v14.18/ts4.8/async_hooks.d.ts +3 -3
  36. node v14.18/ts4.8/buffer.d.ts +3 -3
  37. node v14.18/ts4.8/child_process.d.ts +3 -3
  38. node v14.18/ts4.8/cluster.d.ts +3 -3
  39. node v14.18/ts4.8/constants.d.ts +3 -3
  40. node v14.18/ts4.8/crypto.d.ts +3 -3
  41. node v14.18/ts4.8/dgram.d.ts +3 -3
  42. node v14.18/ts4.8/dns.d.ts +3 -3
  43. node v14.18/ts4.8/domain.d.ts +4 -4
  44. node v14.18/ts4.8/events.d.ts +3 -3
  45. node v14.18/ts4.8/fs/promises.d.ts +3 -3
  46. node v14.18/ts4.8/fs.d.ts +3 -3
  47. node v14.18/ts4.8/http.d.ts +3 -3
  48. node v14.18/ts4.8/http2.d.ts +4 -4
  49. node v14.18/ts4.8/https.d.ts +3 -3
  50. node v14.18/ts4.8/inspector.d.ts +4 -4
  51. node v14.18/ts4.8/module.d.ts +3 -3
  52. node v14.18/ts4.8/net.d.ts +3 -3
  53. node v14.18/ts4.8/os.d.ts +3 -3
  54. node v14.18/ts4.8/path.d.ts +3 -3
  55. node v14.18/ts4.8/perf_hooks.d.ts +3 -3
  56. node v14.18/ts4.8/process.d.ts +3 -3
  57. node v14.18/ts4.8/punycode.d.ts +3 -3
  58. node v14.18/ts4.8/querystring.d.ts +3 -3
  59. node v14.18/ts4.8/readline.d.ts +4 -4
  60. node v14.18/ts4.8/repl.d.ts +3 -3
  61. node v14.18/ts4.8/stream.d.ts +4 -4
  62. node v14.18/ts4.8/string_decoder.d.ts +3 -3
  63. node v14.18/ts4.8/timers.d.ts +3 -3
  64. node v14.18/ts4.8/tls.d.ts +3 -3
  65. node v14.18/ts4.8/trace_events.d.ts +3 -3
  66. node v14.18/ts4.8/tty.d.ts +3 -3
  67. node v14.18/ts4.8/url.d.ts +3 -3
  68. node v14.18/ts4.8/util.d.ts +3 -3
  69. node v14.18/ts4.8/v8.d.ts +3 -3
  70. node v14.18/ts4.8/vm.d.ts +3 -3
  71. node v14.18/ts4.8/wasi.d.ts +3 -3
  72. node v14.18/ts4.8/worker_threads.d.ts +3 -3
  73. node v14.18/ts4.8/zlib.d.ts +3 -3
  74. node v14.18/tty.d.ts +3 -3
  75. node v14.18/url.d.ts +3 -3
  76. node v14.18/util.d.ts +3 -3
  77. node v14.18/v8.d.ts +3 -3
  78. node v14.18/vm.d.ts +3 -3
  79. node v14.18/wasi.d.ts +3 -3
  80. node v14.18/worker_threads.d.ts +3 -3
  81. node v14.18/zlib.d.ts +3 -3
@@ -1,4 +1,4 @@
1
- declare module 'node:worker_threads' {
1
+ declare module 'worker_threads' {
2
2
  import { Context } from 'vm';
3
3
  import EventEmitter = require('events');
4
4
  import { Readable, Writable } from 'stream';
@@ -236,6 +236,6 @@ declare module 'node:worker_threads' {
236
236
  */
237
237
  function receiveMessageOnPort(port: MessagePort): { message: any } | undefined;
238
238
  }
239
- declare module 'worker_threads' {
240
- export * from 'node:worker_threads';
239
+ declare module 'node:worker_threads' {
240
+ export * from 'worker_threads';
241
241
  }
node v14.18/zlib.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare module 'node:zlib' {
1
+ declare module 'zlib' {
2
2
  import * as stream from 'stream';
3
3
 
4
4
  interface ZlibOptions {
@@ -359,6 +359,6 @@ declare module 'node:zlib' {
359
359
  /** @deprecated */
360
360
  const Z_DEFLATED: number;
361
361
  }
362
- declare module 'zlib' {
363
- export * from 'node:zlib';
362
+ declare module 'node:zlib' {
363
+ export * from 'zlib';
364
364
  }