@textlint/text-to-ast
Version:
Parse plain text to AST with location info.
9 lines • 540 B
JavaScript
// LICENSE : MIT
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Syntax = exports.parse = void 0;
const plaintext_parser_js_1 = require("./plaintext-parser.js");
Object.defineProperty(exports, "parse", { enumerable: true, get: function () { return plaintext_parser_js_1.parse; } });
const plaintext_syntax_js_1 = require("./plaintext-syntax.js");
Object.defineProperty(exports, "Syntax", { enumerable: true, get: function () { return plaintext_syntax_js_1.Syntax; } });
//# sourceMappingURL=index.js.map