UNPKG

@miniu/core-js

Version:
6 lines (5 loc) 175 B
require('./_typed-array')('Float64', 8, function (init) { return function Float64Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; });