summaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.typed.uint32-array.js
blob: ddfc22d88c9fed8355478ab97fe804b71d61410c (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);
  };
});