Skip to content

adccb/rot-thirteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a rot-13 library for javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published