Your IP : 216.73.217.154


Current Path : /var/www/html/eform/npm/Ladda/node_modules/underscore.string/
Upload File :
Current File : /var/www/html/eform/npm/Ladda/node_modules/underscore.string/reverse.js

var chars = require('./chars');

module.exports = function reverse(str) {
  return chars(str).reverse().join('');
};