aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/string/ends-with.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/string/ends-with.js')
-rw-r--r--node_modules/core-js/fn/string/ends-with.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/string/ends-with.js b/node_modules/core-js/fn/string/ends-with.js
new file mode 100644
index 00000000..b2adb431
--- /dev/null
+++ b/node_modules/core-js/fn/string/ends-with.js
@@ -0,0 +1,2 @@
+require('../../modules/es6.string.ends-with');
+module.exports = require('../../modules/_core').String.endsWith;