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

