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