astro-ghostcms/.pnpm-store/v3/files/01/b514cc773274e6f190a9440cdbe...

8 lines
127 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import { Parser } from "../index.js";
export declare const parsers: {
markdown: Parser;
mdx: Parser;
remark: Parser;
};