Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/@types/node/ts3.5/util.d.ts')
-rw-r--r--assets/node_modules/@types/node/ts3.5/util.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/node_modules/@types/node/ts3.5/util.d.ts b/assets/node_modules/@types/node/ts3.5/util.d.ts
new file mode 100644
index 0000000..5c57e6e
--- /dev/null
+++ b/assets/node_modules/@types/node/ts3.5/util.d.ts
@@ -0,0 +1,9 @@
+// tslint:disable-next-line:no-bad-reference
+/// <reference path="../util.d.ts" />
+
+declare module "util" {
+ namespace types {
+ function isBigInt64Array(value: any): value is BigInt64Array;
+ function isBigUint64Array(value: any): value is BigUint64Array;
+ }
+}