Skip to content

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

License

Notifications You must be signed in to change notification settings

faker-javascript/sentence

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published