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