cb335773d35073c9af9115ef8a4c94666f9a0d16
[yaffs-website] / modules / es6.typed.uint16-array.js
1 require('./_typed-array')('Uint16', 2, function(init){
2   return function Uint16Array(data, byteOffset, length){
3     return init(this, data, byteOffset, length);
4   };
5 });