ends-with.js 91 B

1234
  1. 'use strict';
  2. var parent = require('../../es/string/ends-with');
  3. module.exports = parent;