Version 1
[yaffs-website] / node_modules / core-js / library / modules / es6.typed.uint8-clamped-array.js
1 require('./_typed-array')('Uint8', 1, function(init){
2   return function Uint8ClampedArray(data, byteOffset, length){
3     return init(this, data, byteOffset, length);
4   };
5 }, true);