summaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.typed.uint16-array.js
blob: ec6e83477600522be9e6aee5517bf2291a64f2d8 (plain)
1
2
3
4
5
require('./$.typed-array')('Uint16', 2, function(init){
  return function Uint16Array(data, byteOffset, length){
    return init(this, data, byteOffset, length);
  };
});