1.0.4 • Published 3 years ago

keebab v1.0.4

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

gzip size

install size

CI / build

Give me a normal string and I will kebabify it!

Features

  • Kebabify a string

Install

npm install keebab

usage

import keebab from "keebab";

const str = "Hello World" 

keebab(str) // => returns Hello-World

API

function (input: string): string {} 

keebab(value)

Throws a type error if the provided values is not a string

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago