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

6 lines
173 B
JavaScript

require('./_typed-array')('Uint32', 4, function (init) {
return function Uint32Array(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
});