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

6 lines
171 B
JavaScript

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