Skip to content

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

License

Notifications You must be signed in to change notification settings

faker-javascript/word

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published