rot-thirteen
v1.0.0
Published
a rot13 package
Downloads
4
Readme
rot-thirteen
this package provides a function that implements a rot13 filter.
usage
$ node
> const rot13 = require('rot-thirteen')
undefined
> rot13('hello')
'uryyb'
run tests
$ npm run test
> [email protected] test /Users/acrossan/programming/rot13
> jasmine
Started
...
3 specs, 0 failures
Finished in 0.008 seconds