aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.typed.int8-array.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es6.typed.int8-array.js')
-rw-r--r--node_modules/core-js/modules/es6.typed.int8-array.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/es6.typed.int8-array.js b/node_modules/core-js/modules/es6.typed.int8-array.js
new file mode 100644
index 000000000..da4dbf0a2
--- /dev/null
+++ b/node_modules/core-js/modules/es6.typed.int8-array.js
@@ -0,0 +1,5 @@
+require('./_typed-array')('Int8', 1, function(init){
+ return function Int8Array(data, byteOffset, length){
+ return init(this, data, byteOffset, length);
+ };
+}); \ No newline at end of file