ICT30016-Assignment-3/node_modules/rollup/dist/parseAst.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

4 lines
134 B
TypeScript

import type { ParseAst, ParseAstAsync } from './rollup';
export const parseAst: ParseAst;
export const parseAstAsync: ParseAstAsync;