d3f61c564e8f46d66051c150d8e3ed3cb2222c8d
[yaffs-website] / es6.typed.int16-array.js
1 require('./_typed-array')('Int16', 2, function(init){
2   return function Int16Array(data, byteOffset, length){
3     return init(this, data, byteOffset, length);
4   };
5 });