ends-with.js 112 B

12
  1. require('../../modules/es6.string.ends-with');
  2. module.exports = require('../../modules/_core').String.endsWith;