honkit
Version:
HonKit is building beautiful books using Markdown.
10 lines • 301 B
TypeScript
/**
* Annotate text using a list of GlossaryEntry
*
* @param {List<GlossaryEntry>}
* @param {string} glossaryFilePath
* @param {HTMLDom} $
*/
declare function annotateText(entries: any, glossaryFilePath: any, $: any): void;
export default annotateText;
//# sourceMappingURL=annotateText.d.ts.map