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