The BigUint64Array.name property returns the typed array constructor name.
BigUint64Array.name;
console.log(BigUint64Array.name); // "BigUint64Array"