muuto
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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:

Key Type Default Description
min number 3 Min length of word
max number 9 Max length of word

Readme

Keywords

none

Package Sidebar

Install

npm i muuto

Weekly Downloads

5

Version

2.0.2

License

MIT

Unpacked Size

11.3 kB

Total Files

6

Last publish

Collaborators

  • hywax