amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame contribute delete
134 Bytes
import type { ParseAst, ParseAstAsync } from './rollup';
export const parseAst: ParseAst;
export const parseAstAsync: ParseAstAsync;