1.0.1 • Published 7 months ago

turducken v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

turducken 🦃🦆🐓

The future of letter casing.

Usage

npm i turducken

CommonJS:

const turducken = require("turducken");

console.log(turducken.turducken(["turkey", "duck", "chicken"])) // "turducken"

ESM:

import turducken from "turducken";

console.log(turducken.turducken(["turkey", "duck", "chicken"])) // "turducken"
1.0.1

7 months ago

1.0.0

7 months ago