You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
491 B
Markdown
14 lines
491 B
Markdown
# <em>µ</em>hyphen
|
|
|
|
[](https://travis-ci.com/WebReflection/uhyphen) [](https://coveralls.io/github/WebReflection/uhyphen?branch=master)
|
|
|
|
A <em>micro</em> utility to hyphenize strings.
|
|
|
|
```js
|
|
import uhyphen from 'uhyphen';
|
|
// const uhyphen = require('uhyphen');
|
|
|
|
uhyphen('XMLHttpRequest');
|
|
// xml-http-request
|
|
```
|