aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-register/node_modules/core-js/library/modules/es7.string.trim-left.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-register/node_modules/core-js/library/modules/es7.string.trim-left.js')
-rw-r--r--node_modules/babel-register/node_modules/core-js/library/modules/es7.string.trim-left.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/babel-register/node_modules/core-js/library/modules/es7.string.trim-left.js b/node_modules/babel-register/node_modules/core-js/library/modules/es7.string.trim-left.js
deleted file mode 100644
index 39a4b47cf..000000000
--- a/node_modules/babel-register/node_modules/core-js/library/modules/es7.string.trim-left.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
-require('./_string-trim')('trimLeft', function ($trim) {
- return function trimLeft() {
- return $trim(this, 1);
- };
-}, 'trimStart');