26b9a1640596ab00f0f32113d13aef6b180f22e4236e32edabf0531934bed2e34f993017cdad9a84652d88bff0f1b76442f24c79a79032a9eaa41864e443a2 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /**
  2. * License for programmatically and manually incorporated
  3. * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc
  4. *
  5. * Copyright Node.js contributors. All rights reserved.
  6. * Permission is hereby granted, free of charge, to any person obtaining a copy
  7. * of this software and associated documentation files (the "Software"), to
  8. * deal in the Software without restriction, including without limitation the
  9. * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  10. * sell copies of the Software, and to permit persons to whom the Software is
  11. * furnished to do so, subject to the following conditions:
  12. *
  13. * The above copyright notice and this permission notice shall be included in
  14. * all copies or substantial portions of the Software.
  15. *
  16. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  21. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  22. * IN THE SOFTWARE.
  23. */
  24. // NOTE: These definitions support Node.js and TypeScript 5.7+.
  25. // Reference required TypeScript libs:
  26. /// <reference lib="es2020" />
  27. // TypeScript backwards-compatibility definitions:
  28. /// <reference path="compatibility/index.d.ts" />
  29. // Definitions specific to TypeScript 5.7+:
  30. /// <reference path="globals.typedarray.d.ts" />
  31. /// <reference path="buffer.buffer.d.ts" />
  32. // Definitions for Node.js modules that are not specific to any version of TypeScript:
  33. /// <reference path="globals.d.ts" />
  34. /// <reference path="assert.d.ts" />
  35. /// <reference path="assert/strict.d.ts" />
  36. /// <reference path="async_hooks.d.ts" />
  37. /// <reference path="buffer.d.ts" />
  38. /// <reference path="child_process.d.ts" />
  39. /// <reference path="cluster.d.ts" />
  40. /// <reference path="console.d.ts" />
  41. /// <reference path="constants.d.ts" />
  42. /// <reference path="crypto.d.ts" />
  43. /// <reference path="dgram.d.ts" />
  44. /// <reference path="diagnostics_channel.d.ts" />
  45. /// <reference path="dns.d.ts" />
  46. /// <reference path="dns/promises.d.ts" />
  47. /// <reference path="dns/promises.d.ts" />
  48. /// <reference path="domain.d.ts" />
  49. /// <reference path="dom-events.d.ts" />
  50. /// <reference path="events.d.ts" />
  51. /// <reference path="fs.d.ts" />
  52. /// <reference path="fs/promises.d.ts" />
  53. /// <reference path="http.d.ts" />
  54. /// <reference path="http2.d.ts" />
  55. /// <reference path="https.d.ts" />
  56. /// <reference path="inspector.d.ts" />
  57. /// <reference path="module.d.ts" />
  58. /// <reference path="net.d.ts" />
  59. /// <reference path="os.d.ts" />
  60. /// <reference path="path.d.ts" />
  61. /// <reference path="perf_hooks.d.ts" />
  62. /// <reference path="process.d.ts" />
  63. /// <reference path="punycode.d.ts" />
  64. /// <reference path="querystring.d.ts" />
  65. /// <reference path="readline.d.ts" />
  66. /// <reference path="readline/promises.d.ts" />
  67. /// <reference path="repl.d.ts" />
  68. /// <reference path="sea.d.ts" />
  69. /// <reference path="sqlite.d.ts" />
  70. /// <reference path="stream.d.ts" />
  71. /// <reference path="stream/promises.d.ts" />
  72. /// <reference path="stream/consumers.d.ts" />
  73. /// <reference path="stream/web.d.ts" />
  74. /// <reference path="string_decoder.d.ts" />
  75. /// <reference path="test.d.ts" />
  76. /// <reference path="timers.d.ts" />
  77. /// <reference path="timers/promises.d.ts" />
  78. /// <reference path="tls.d.ts" />
  79. /// <reference path="trace_events.d.ts" />
  80. /// <reference path="tty.d.ts" />
  81. /// <reference path="url.d.ts" />
  82. /// <reference path="util.d.ts" />
  83. /// <reference path="v8.d.ts" />
  84. /// <reference path="vm.d.ts" />
  85. /// <reference path="wasi.d.ts" />
  86. /// <reference path="worker_threads.d.ts" />
  87. /// <reference path="zlib.d.ts" />