UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

11 lines 334 B
/** * Return a list of all shortcuts that can apply * to a file for a TemplatEngine * * @param {List<TemplateBlock>} engine * @param {string} filePath * @return {List<TemplateShortcut>} */ declare function listShortcuts(blocks: any, filePath: any): any; export default listShortcuts; //# sourceMappingURL=listShortcuts.d.ts.map