aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/modules/es6.typed.float64-array.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/node_modules/core-js/modules/es6.typed.float64-array.js')
-rw-r--r--node_modules/babel-runtime/node_modules/core-js/modules/es6.typed.float64-array.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/babel-runtime/node_modules/core-js/modules/es6.typed.float64-array.js b/node_modules/babel-runtime/node_modules/core-js/modules/es6.typed.float64-array.js
deleted file mode 100644
index 85dedcd59..000000000
--- a/node_modules/babel-runtime/node_modules/core-js/modules/es6.typed.float64-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('./_typed-array')('Float64', 8, function (init) {
- return function Float64Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});