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

6 lines
171 B
JavaScript

require('./_typed-array')('Uint8', 1, function (init) {
return function Uint8Array(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
});