UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

5 lines (4 loc) 188 B
import initDebug from 'debug'; import { Node } from 'unist'; export declare const debug: initDebug.Debugger; export declare const inspect: (header?: string) => () => (tree: Node) => void;