TenantAtlas/apps/platform/.pnpm-store/v10/files/67/1d3c20e1bf1ff822693276b9a05d78bd9c6163de733b8612832d44b6e5b11451c79b0febb71b6871155e949ab159e45f4ced9951072c88a7db934238370e9e
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

5 lines
134 B
Plaintext

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