aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.typed.int32-array.js
blob: c7e6ae06ff37e7b7fc611b75f4d531103a970c9c (plain)
1
2
3
4
5
require('./_typed-array')('Int32', 4, function (init) {
  return function Int32Array(data, byteOffset, length) {
    return init(this, data, byteOffset, length);
  };
});