• value {any}
    • Returns: {boolean}

    Returns true if the value is a BigInt64Array instance.

    1. util.types.isBigInt64Array(new BigInt64Array()); // Returns true
    2. util.types.isBigInt64Array(new BigUint64Array()); // Returns false