0.2.2 • Published 3 years ago

@okayauco/charful v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

be charful ok

NPM version GitHub last commit NPM downloads

charful is a baby string utility library that's trying to be careful
(char like character, not burnt to a crisp) 🤓

Usage

import Charful from 'charful';

const char = new Charful();
const snek = char.snakeCase('danger noodle')

console.log(snek) 
// returns `danger_noodle`

Resources