Détail du package

@fakerjs/word

faker-javascript13.8kMIT1.0.1

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

fakerjs, faker, fake, random

readme

Word

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

Version node-current License

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

changelog

1.0.1 (2022-01-15)

  • Typo updates.

1.0.0 (2022-01-14)

  • Initial release