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