@fakerjs/sentence
v1.0.0
Published
Sentence package provides functionality to generate a fake sentence populated by semi-pronounceable random (nonsense) words value.
Downloads
12,305
Readme
Install
$ npm install --save @fakerjs/sentence
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