just-kebab-case
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "just-kebab-case", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "convert a string to kebab case", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
## just-kebab-case | ||
Part of a [library](../../../../) of zero-dependency npm modules that do just do one thing. | ||
Part of a [library](https://anguscroll.com/just) of zero-dependency npm modules that do just do one thing. | ||
Guilt-free utilities for every occasion. | ||
[`🍦 Try it`](https://anguscroll.com/just/just-kebab-case) | ||
```shell | ||
npm install just-kebab-case | ||
``` | ||
```shell | ||
yarn add just-kebab-case | ||
``` | ||
Convert a string to kebab case | ||
```js | ||
import kebabCase from 'just-kebab-case'; | ||
@@ -8,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5968
29