Version 1
[yaffs-website] / node_modules / core-js / library / modules / es6.typed.float64-array.js
1 require('./_typed-array')('Float64', 8, function(init){
2   return function Float64Array(data, byteOffset, length){
3     return init(this, data, byteOffset, length);
4   };
5 });