1.0.0 • Published 6 years ago

rot-thirteen v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

> rot-thirteen@1.0.0 test /Users/acrossan/programming/rot13
> jasmine

Started
...


3 specs, 0 failures
Finished in 0.008 seconds
1.0.0

6 years ago