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