Projekt

Obecné

Profil

Stáhnout (280 Bajtů) Statistiky
| Větev: | Revize:
1
// tslint:disable-next-line:no-bad-reference
2
/// <reference path="../util.d.ts" />
3

    
4
declare module "util" {
5
    namespace types {
6
        function isBigInt64Array(value: any): value is BigInt64Array;
7
        function isBigUint64Array(value: any): value is BigUint64Array;
8
    }
9
}
(4-4/4)