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