Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/dummy-caesar
A dummy caesar function for Node.js.
https://github.com/vdegenne/dummy-caesar
Last synced: about 2 months ago
JSON representation
A dummy caesar function for Node.js.
- Host: GitHub
- URL: https://github.com/vdegenne/dummy-caesar
- Owner: vdegenne
- Created: 2018-04-29T14:47:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T14:55:21.000Z (over 6 years ago)
- Last Synced: 2024-10-31T17:46:37.426Z (2 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dummy-caesar
A dummy caesar function.
## Usage
```javascript
import {caesar} from 'dummy-caesar';caesar('apple', 0); // 'apple'
caesar('apple', 1); // 'bqqmf'
caesar('cat', 10); // 'mkd'
```You are in full rights to hate this package.