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