blob: d3f61c564e8f46d66051c150d8e3ed3cb2222c8d [file] [log] [blame]
require('./_typed-array')('Int16', 2, function(init){
return function Int16Array(data, byteOffset, length){
return init(this, data, byteOffset, length);
};
});