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

6 lines
184 B
JavaScript
Raw Normal View History

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