Word generator in ikea language.
# Using pnpm
pnpm add muuto
# Using yarn
yarn add muuto
# Using npm
npm install muuto
import muuto from 'muuto'
const name = muuto() // Vaöy
or use with params:
import muuto from 'muuto'
const name = muuto(7, 8) // Musvövmo
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 |