Module

Faker.Internet

Package
purescript-faker-ffi
Repository
philippedev101/purescript-faker-ffi

#EmailOpts Source

type EmailOpts = { allowSpecialCharacters :: Boolean, firstName :: String, lastName :: String, provider :: String }

#ExampleEmailOpts Source

type ExampleEmailOpts = { allowSpecialCharacters :: Boolean, firstName :: String, lastName :: String }

#UsernameOpts Source

type UsernameOpts = { firstName :: String, lastName :: String }

#DisplayNameOpts Source

type DisplayNameOpts = { firstName :: String, lastName :: String }

#httpStatusCode Source

#UrlOpts Source

type UrlOpts = { appendSlash :: Boolean, protocol :: String }

#Ipv4Opts Source

type Ipv4Opts = { cidrBlock :: String }

#macWithSeparator Source

#PasswordOpts Source

type PasswordOpts = { length :: Int, memorable :: Boolean, prefix :: String }