swiss-cheezy
v1.0.2
Published
Utility functions for JS
Readme
swisscheese
Utility functions for JS
Example
import { startCase } from "./lib/stringutils";
console.log(startCase("hello world", [" ", "-"]));
console.log(startCase("hello new-world", [" ", "-"]));