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:
Jacqueline Crooks
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:
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:
Science Fiction
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:
Butterworth-Heinemann
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 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:
Animal Farm