const bookInfo = { titre: "Les Misérables", auteur: "Victor Hugo", genre: "Roman historique", }; module.exports = bookInfo;