biofriction-wp-theme/node_modules/core-js/modules/es6.typed.float64-array.js

6 lines
175 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
require('./_typed-array')('Float64', 8, function (init) {
return function Float64Array(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
});