blob: a84a1c1ac2163376037d6f6d12fc6a6510335e2b [file] [log] [blame]
require('./_typed-array')('Uint8', 1, function (init) {
return function Uint8ClampedArray(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
}, true);