UNPKG

showdown-toc-export

Version:
6 lines (5 loc) 153 B
declare function showdownToc({ toc, getToc }?: any): () => { type: string; filter(source: string): string; }[]; export default showdownToc;