UNPKG

346 BTypeScriptView Raw
1import type { TxtDocumentNode } from "@textlint/ast-node-types";
2import { ASTNodeTypes } from "@textlint/ast-node-types";
3export { ASTNodeTypes as Syntax };
4/**
5 * parse Markdown text and return ast mapped location info.
6 * @param {string} text
7 */
8export declare function parse(text: string): TxtDocumentNode;
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file