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