Sentence package provides functionality to generate a fake sentence populated by semi-pronounceable random (nonsense) words value.
npm
npm install @fakerjs/sentence --save-dev
yarn
yarn add @fakerjs/sentence -D
import sentence from '@fakerjs/sentence';
sentence();
//=> Catugetona cut rejiduri serobujuro gikupoj.
sentence({words: 10});
//=> Tutevar pojerupuku ser zomi lonubob cirahopi kikacater mucosup emafob inudavapa.
Run tests
npm run test
The MIT License (MIT) Copyright (c) Sergey Romanenko