@okayauco/charful
v0.2.2
Published
charful is a baby string utility library that's trying to be careful
Downloads
5
Readme
be charful ok
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
- https://sugarjs.com/extending/
- https://humanwhocodes.com/blog/2010/03/02/maintainable-javascript-dont-modify-objects-you-down-own/
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain