aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es/string/ends-with.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/es/string/ends-with.js')
-rw-r--r--node_modules/core-js/es/string/ends-with.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/core-js/es/string/ends-with.js b/node_modules/core-js/es/string/ends-with.js
deleted file mode 100644
index 26d7ffe..0000000
--- a/node_modules/core-js/es/string/ends-with.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.ends-with');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'endsWith');