UNPKG

@textlint/text-to-ast

Version:
8 lines 278 B
import type { TxtDocumentNode } from "@textlint/ast-node-types"; /** * parse text and return ast mapped location info. * @param {string} text * @returns {TxtNode} */ export declare function parse(text: string): TxtDocumentNode; //# sourceMappingURL=plaintext-parser.d.ts.map