| Current Path : /var/www/html/eform/npm/Ladda/node_modules/underscore.string/ |
| 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('');
};