2.0.2 • Published 1 year ago

muuto v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago