UNPKG

185 BTypeScriptView Raw
1import { Parser } from './';
2
3declare const parser: {
4 parsers: {
5 html: Parser;
6 angular: Parser;
7 vue: Parser;
8 lwc: Parser;
9 };
10};
11export = parser;