aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js
blob: a84a1c1ac2163376037d6f6d12fc6a6510335e2b (plain)
1
2
3
4
5
require('./_typed-array')('Uint8', 1, function (init) {
  return function Uint8ClampedArray(data, byteOffset, length) {
    return init(this, data, byteOffset, length);
  };
}, true);