UNPKG

underscore.string

Version:

String manipulation extensions for Underscore.js javascript library.

6 lines (4 loc) 117 B
var chars = require('./chars'); module.exports = function reverse(str) { return chars(str).reverse().join(''); };