book Domain
The book domain maps domain keywords to underlying faker implementations.
Faker Documentation
Methods
book.author
Returns a random author name.
- Canonical:
awd.domain.book.author - Faker docs: https://fakerjs.dev/api/book
No parameters.
Examples:
book.author()
Example return values:
"Jack Kerouac""Jules Verne"
book.format
Returns a random book format.
- Canonical:
awd.domain.book.format - Faker docs: https://fakerjs.dev/api/book
No parameters.
Examples:
book.format()
Example return values:
"Hardcover""Paperback"
book.genre
Returns a random genre.
- Canonical:
awd.domain.book.genre - Faker docs: https://fakerjs.dev/api/book
No parameters.
Examples:
book.genre()
Example return values:
"Western""Romance"
book.publisher
Returns a random publisher.
- Canonical:
awd.domain.book.publisher - Faker docs: https://fakerjs.dev/api/book
No parameters.
Examples:
book.publisher()
Example return values:
"Farrar, Straus & Giroux""Bowes & Bowes"
book.series
Returns a random series.
- Canonical:
awd.domain.book.series - Faker docs: https://fakerjs.dev/api/book
No parameters.
Examples:
book.series()
Example return values:
"The Dresden Files""The Inheritance Cycle"
book.title
Returns a random title.
- Canonical:
awd.domain.book.title - Faker docs: https://fakerjs.dev/api/book
No parameters.
Examples:
book.title()
Example return values:
"Nineteen Eighty Four""Bible"