muuto
v2.0.2
Published
Word generator in ikea language
Downloads
91
Readme
Muuto
Word generator in ikea language.
Installation
# Using pnpm
pnpm add muuto
# Using yarn
yarn add muuto
# Using npm
npm install muuto
Usage
import muuto from 'muuto'
const name = muuto() // Vaöy
or use with params:
import muuto from 'muuto'
const name = muuto(7, 8) // Musvövmo
API
Signature:
declare function mutto(min: number = 3, max: number = 9): string
Params:
| Key | Type | Default | Description |
|---------|----------|-------------|--------------------|
| min
| number
| 3 | Min length of word |
| max
| number
| 9 | Max length of word |