astro-ghostcms/.pnpm-store/v3/files/5a/09307ef21a758c134ebaf80afee...

9 lines
139 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { Parser } from "../index.js";
export declare const parsers: {
angular: Parser;
html: Parser;
lwc: Parser;
vue: Parser;
};