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