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