Files
codeql-action/node_modules/prettier/plugins/html.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
139 B
TypeScript
Raw Normal View History

2023-07-24 17:15:38 +00:00
import { Parser } from "../index.js";
export declare const parsers: {
angular: Parser;
html: Parser;
lwc: Parser;
vue: Parser;
};