not-real-data-package
Version:
not real data
10 lines (9 loc) • 479 B
JavaScript
module.exports = {
books: {
bookTitles: ['Book A', 'Book B', 'Book C', 'Book D', 'Book E'],
authorNames: ['Author X', 'Author Y', 'Author Z', 'Author A', 'Author B'],
isbnNumbers: ['978-1234567890', '978-9876543210', '978-5678901234', '978-4321098765', '978-8765432109'],
bookDescriptions: ['Mystery thriller', 'Historical fiction', 'Self-help guide', 'Science fiction', 'Romantic novel'],
publicationYears: [2020, 2019, 2021, 2018, 2017],
},
};