1.1.0 • Published 5 years ago
dummy-words v1.1.0
dummy-words
Installation
Using npm:
npm install dummy-wordsUsing yarn
yarn install dummy-wordsExample
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