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