1.0.0 • Published 6 years ago

alternating-case v1.0.0

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

Alternating Case

This is a simple Node.js package that allows you to create strings that alternate in case.

Usage:

const altCase = require("alternating-case");

altCase("hello"); // "HeLlO"
altcase("The quick, brown fox jumps over the lazy dog."); // "ThE QuIcK, bRoWn fOx jUmPs oVeR ThE LaZy dOg."

Have fun!