Version 1
[yaffs-website] / node_modules / core-js / modules / es6.typed.uint8-clamped-array.js
diff --git a/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js b/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js
new file mode 100644 (file)
index 0000000..b123047
--- /dev/null
@@ -0,0 +1,5 @@
+require('./_typed-array')('Uint8', 1, function(init){
+  return function Uint8ClampedArray(data, byteOffset, length){
+    return init(this, data, byteOffset, length);
+  };
+}, true);
\ No newline at end of file