keycloak-themes/default/keycloak/common/resources/node_modules/rollup/dist/parseAst.d.ts
2024-10-03 15:50:32 -06:00

4 lines
134 B
TypeScript

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