summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/util.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/util.d.ts')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/util.d.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/util.d.ts b/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/util.d.ts
new file mode 100644
index 00000000..a8b2487e
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/@types/node/ts3.2/util.d.ts
@@ -0,0 +1,15 @@
+// tslint:disable-next-line:no-bad-reference
+/// <reference path="../util.d.ts" />
+
+declare module "util" {
+ namespace inspect {
+ const custom: unique symbol;
+ }
+ namespace promisify {
+ const custom: unique symbol;
+ }
+ namespace types {
+ function isBigInt64Array(value: any): value is BigInt64Array;
+ function isBigUint64Array(value: any): value is BigUint64Array;
+ }
+}