1.1.0 • Published 3 years ago

dummy-words v1.1.0

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

dummy-words

Installation

Using npm:

npm install dummy-words

Using yarn

yarn install dummy-words

Example

In (ES6)

import {all, random} from 'dummy-words';

In CommonJS

const dummyNames = require('dummy-words');

To Generate random names

    random()

To Get all names at once

    all
1.1.0

3 years ago

1.0.0

3 years ago