keebab
v1.0.4
Published
[](https://bundlephobia.com/result?p=keebab)
Readme
Give me a normal string and I will kebabify it!
Features
- Kebabify a string
Install
npm install keebabusage
import keebab from "keebab";
const str = "Hello World"
keebab(str) // => returns Hello-WorldAPI
function (input: string): string {} keebab(value)
Throws a type error if the provided values is not a string
