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