Word package provides functionality to generate a fake semi-pronounceable random (nonsense) word value.
npm
npm install @fakerjs/word --save-dev
yarn
yarn add @fakerjs/word -D
import word from '@fakerjs/word';
word();
//=> rad
word({length: 3});
//=> rad
Run tests
npm run test
The MIT License (MIT) Copyright (c) Sergey Romanenko