UNPKG

139 BTypeScriptView Raw
1import { Parser } from "../index.js";
2
3export declare const parsers: {
4 angular: Parser;
5 html: Parser;
6 lwc: Parser;
7 vue: Parser;
8};