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