UNPKG

416 BTypeScriptView Raw
1// tslint:disable-next-line:no-bad-reference
2/// <reference path="../util.d.ts" />
3
4declare module "util" {
5 namespace inspect {
6 const custom: unique symbol;
7 }
8 namespace promisify {
9 const custom: unique symbol;
10 }
11 namespace types {
12 function isBigInt64Array(value: any): value is BigInt64Array;
13 function isBigUint64Array(value: any): value is BigUint64Array;
14 }
15}