2.0.2 • Published 3 months ago

muuto v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

muuto

Muuto

npm version npm downloads Github Actions CI Codecov License

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:

KeyTypeDefaultDescription
minnumber3Min length of word
maxnumber9Max length of word
2.0.2

3 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.0

6 months ago

0.0.2

6 months ago