UNPKG

markmap-lib

Version:

Visualize your Markdown as mindmaps with Markmap

4 lines (3 loc) 147 B
import { INode } from './types'; export declare function buildTree(tokens: any): INode; export declare function transform(content: string): INode;