UNPKG

@types/ltx

Version:
5 lines (3 loc) 179 B
import Element from "./Element"; import Parser, { ParserOptions } from "./Parser"; export default function parse(data: string, options?: ParserOptions | typeof Parser): Element;