Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.18 KB

Word

Word package provides functionality to generate a fake semi-pronounceable random (nonsense) word value.

Version node-current License

Install

npm

npm install @fakerjs/word --save-dev

yarn

yarn add @fakerjs/word -D

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