spongebobcase
v1.0.3
Published
a package that modifies the string prototype and adds a .toSpongeBobCase()
Downloads
5
Readme
A very useful, performant, and safe node module.
Modifies the string prototype to make a .toSpongebobCase
method available.
(Demo)[https://codesandbox.io/s/6l10p6n5xr]
import 'spongebobcase'
let serious = 'hello this is some important stuff here'
console.log(serious.toSpongebobCase()) // HELLo THiS iS soME ImpoRTANT STUFF HeRe