Files
n8n-nodes-gwezz-changdunovel/node_modules/prettier/plugins/html.d.ts
2025-10-26 23:10:15 +08:00

10 lines
155 B
TypeScript

import { Parser } from "../index.js";
export declare const parsers: {
angular: Parser;
html: Parser;
lwc: Parser;
mjml: Parser;
vue: Parser;
};