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