aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-register/node_modules/core-js/modules/es6.typed.uint8-array.js
blob: 465cdc806a52df91f698a4e5172398a5897001da (plain)
1
2
3
4
5
require('./_typed-array')('Uint8', 1, function (init) {
  return function Uint8Array(data, byteOffset, length) {
    return init(this, data, byteOffset, length);
  };
});