UNPKG

peregrine-cms-test-html

Version:

Test your peregrine site to see what is supported.

10 lines (8 loc) 280 B
// 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; } }