blob: c7e6ae06ff37e7b7fc611b75f4d531103a970c9c [file] [log] [blame]
require('./_typed-array')('Int32', 4, function (init) {
return function Int32Array(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
});