UNPKG

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