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

11 lines
379 B
TypeScript

/**
Parse a structure file (ex: SUMMARY.md, GLOSSARY.md).
It uses the configuration to find the specified file.
@param {Book} book
@param {string} type: one of ["glossary", "readme", "summary"]
@return {Promise<List|Map>}
*/
declare function parseStructureFile(book: any, type: any): any;
export default parseStructureFile;
//# sourceMappingURL=parseStructureFile.d.ts.map