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