@fakerjs/word
v1.0.1
Published
Word package provides functionality to generate a fake semi-pronounceable random (nonsense) word value.
Downloads
12,536
Maintainers
Readme
Install
$ npm install --save @fakerjs/word
Usage
import word from '@fakerjs/word';
word();
//=> rad
word({length: 3});
//=> rad
Tests
Run tests
npm run test
License
The MIT License (MIT) Copyright (c) Sergey Romanenko