UNPKG

125 BTypeScriptView Raw
1import { Content } from 'mdast';
2declare const markdownToAST: (markdown: string) => Content[];
3export default markdownToAST;