autodetect-cson-fn

---cson title: 'CSON functions' user: 'jonschlinkert' fn: reverse = (src) ->

src.split('').reverse().join('')

Last updated