canihazusername/README.md
2019-02-09 19:13:26 +01:00

17 lines
222 B
Markdown

# canihazusername
Random username generator with buildt in typescript support.
## Install
```bash
npm install --save canihazusername
```
## Quickstart
```jsx
import cihu from 'canihazusername'
console.log(cihu())
```