You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

base.d.ts 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // base definnitions for all NodeJS modules that are not specific to any version of TypeScript
  2. /// <reference path="globals.d.ts" />
  3. /// <reference path="assert.d.ts" />
  4. /// <reference path="async_hooks.d.ts" />
  5. /// <reference path="buffer.d.ts" />
  6. /// <reference path="child_process.d.ts" />
  7. /// <reference path="cluster.d.ts" />
  8. /// <reference path="console.d.ts" />
  9. /// <reference path="constants.d.ts" />
  10. /// <reference path="crypto.d.ts" />
  11. /// <reference path="dgram.d.ts" />
  12. /// <reference path="dns.d.ts" />
  13. /// <reference path="domain.d.ts" />
  14. /// <reference path="events.d.ts" />
  15. /// <reference path="fs.d.ts" />
  16. /// <reference path="http.d.ts" />
  17. /// <reference path="http2.d.ts" />
  18. /// <reference path="https.d.ts" />
  19. /// <reference path="inspector.d.ts" />
  20. /// <reference path="module.d.ts" />
  21. /// <reference path="net.d.ts" />
  22. /// <reference path="os.d.ts" />
  23. /// <reference path="path.d.ts" />
  24. /// <reference path="perf_hooks.d.ts" />
  25. /// <reference path="process.d.ts" />
  26. /// <reference path="punycode.d.ts" />
  27. /// <reference path="querystring.d.ts" />
  28. /// <reference path="readline.d.ts" />
  29. /// <reference path="repl.d.ts" />
  30. /// <reference path="stream.d.ts" />
  31. /// <reference path="string_decoder.d.ts" />
  32. /// <reference path="timers.d.ts" />
  33. /// <reference path="tls.d.ts" />
  34. /// <reference path="trace_events.d.ts" />
  35. /// <reference path="tty.d.ts" />
  36. /// <reference path="url.d.ts" />
  37. /// <reference path="util.d.ts" />
  38. /// <reference path="v8.d.ts" />
  39. /// <reference path="vm.d.ts" />
  40. /// <reference path="worker_threads.d.ts" />
  41. /// <reference path="zlib.d.ts" />