Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.38 KB

Sentence

Sentence package provides functionality to generate a fake sentence populated by semi-pronounceable random (nonsense) words value.

Version node-current License

Install

npm

npm install @fakerjs/sentence --save-dev

yarn

yarn add @fakerjs/sentence -D

Usage

import sentence from '@fakerjs/sentence';

sentence();
//=> Catugetona cut rejiduri serobujuro gikupoj.

sentence({words: 10});
//=> Tutevar pojerupuku ser zomi lonubob cirahopi kikacater mucosup emafob inudavapa.

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko