astro-ghostcms/.pnpm-store/v3/files/67/1d3c20e1bf1ff822693276b9a05...

5 lines
134 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ParseAst, ParseAstAsync } from './rollup';
export const parseAst: ParseAst;
export const parseAstAsync: ParseAstAsync;