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