util.types.isBigInt64Array(value)
如果值为 BigInt64Array
实例,则返回 true
。
util.types.isBigInt64Array(new BigInt64Array()); // 返回 true
util.types.isBigInt64Array(new BigUint64Array()); // 返回 false
如果值为 BigInt64Array
实例,则返回 true
。
util.types.isBigInt64Array(new BigInt64Array()); // 返回 true
util.types.isBigInt64Array(new BigUint64Array()); // 返回 false