summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/index.d.ts')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/index.d.ts20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/index.d.ts b/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/index.d.ts
new file mode 100644
index 00000000..ce7709bc
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/index.d.ts
@@ -0,0 +1,20 @@
+// NOTE: These definitions support NodeJS and TypeScript 3.2.
+
+// NOTE: TypeScript version-specific augmentations can be found in the following paths:
+// - ~/base.d.ts - Shared definitions common to all TypeScript versions
+// - ~/index.d.ts - Definitions specific to TypeScript 2.1
+// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2
+
+// Reference required types from the default lib:
+/// <reference lib="es2018" />
+/// <reference lib="esnext.asynciterable" />
+/// <reference lib="esnext.intl" />
+/// <reference lib="esnext.bigint" />
+
+// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
+// tslint:disable-next-line:no-bad-reference
+/// <reference path="../base.d.ts" />
+
+// TypeScript 3.2-specific augmentations:
+/// <reference path="util.d.ts" />
+/// <reference path="globals.d.ts" />