strotate
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

🔄 Strotate

Travis CI Coverage Status GitHub Vulnerabilities Minzipped size

Rotate your strings with Strotate.

Getting started

Install the library as a dependency:

npm install strotate

Or, if you're using Yarn:

yarn add strotate

Then import functions:

import { rot13, unRot13 } from "strotate";

And start using it:

const rotated = rot13("Hello!");

You can also use a CDN:

<script src="https://unpkg.com/strotate"></script>

📝 License

Unlicense (public domain, do whatever you want)

Readme

Keywords

none

Package Sidebar

Install

npm i strotate

Weekly Downloads

5

Version

2.0.0

License

Unlicense

Unpacked Size

7.67 kB

Total Files

11

Last publish

Collaborators

  • anandchowdhary