world/book/node_modules/honkit/lib/parse/lookupStructureFile.d.ts
2025-05-12 05:38:44 +09:00

12 lines
451 B
TypeScript

/**
Lookup a structure file (ex: SUMMARY.md, GLOSSARY.md) in a book. Uses
book's config to find it.
@param {Book} book
@param {string} type: one of ["glossary", "readme", "summary", "langs"]
@return {Promise<File | Undefined>} The path of the file found, relative
to the book content root.
*/
declare function lookupStructureFile(book: any, type: any): any;
export default lookupStructureFile;
//# sourceMappingURL=lookupStructureFile.d.ts.map