File size: 134 Bytes
bc20498 |
1 2 3 4 5 |
import type { ParseAst, ParseAstAsync } from './rollup';
export const parseAst: ParseAst;
export const parseAstAsync: ParseAstAsync;
|
bc20498 |
1 2 3 4 5 |
import type { ParseAst, ParseAstAsync } from './rollup';
export const parseAst: ParseAst;
export const parseAstAsync: ParseAstAsync;
|