Files
runbin/web/node_modules/rollup/dist/parseAst.d.ts
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

5 lines
134 B
TypeScript

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