Module
Faker.Lorem
- Package
- purescript-faker-ffi
- Repository
- philippedev101/purescript-faker-ffi
#sentenceRange Source
sentenceRange :: RangeOpts -> Gen StringGenerate a random lorem sentence with word count in a range.
#sentencesOpts Source
sentencesOpts :: SentencesOpts -> Gen StringGenerate lorem sentences with count and custom separator.
#SentencesOpts Source
type SentencesOpts = { count :: Int, separator :: String }#paragraphN Source
paragraphN :: Int -> Gen StringGenerate a random lorem paragraph with specified sentence count.
#paragraphRange Source
paragraphRange :: RangeOpts -> Gen StringGenerate a random lorem paragraph with sentence count in a range.
#paragraphs Source
paragraphs :: Gen StringGenerate random lorem paragraphs with default count.
#paragraphsOpts Source
paragraphsOpts :: ParagraphsOpts -> Gen StringGenerate lorem paragraphs with count and custom separator.
#ParagraphsOpts Source
type ParagraphsOpts = { count :: Int, separator :: String }- Modules
- Faker.
Airline - Faker.
Animal - Faker.
Book - Faker.
Color - Faker.
Commerce - Faker.
Company - Faker.
Database - Faker.
Datatype - Faker.
Date - Faker.
Finance - Faker.
Food - Faker.
Gen - Faker.
Git - Faker.
Hacker - Faker.
Helpers - Faker.
Image - Faker.
Internet - Faker.
Location - Faker.
Lorem - Faker.
Music - Faker.
Number - Faker.
Person - Faker.
Phone - Faker.
Science - Faker.
Seed - Faker.
String - Faker.
System - Faker.
Vehicle - Faker.
Word