UNPKG

@html-eslint/template-syntax-parser

Version:
7 lines 308 B
/** * @param {string} code * @param {TemplateSyntaxParserConfig} config */ export function parse(code: string, config: TemplateSyntaxParserConfig): import("./types").TemplateSyntaxParserResult; import type { TemplateSyntaxParserConfig } from "./types"; //# sourceMappingURL=template-syntax-parser.d.ts.map