persona-community-5/.pnpm-store/v3/files/98/dee5215d038159846dcd7b2501c5219c2ac893f15b02f99e9326b1ff0359f9505f394576b0404e74e60b01f1bf9c7311a2b6ddff36bd000b06e3838430a6ed
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

10 lines
159 B
Plaintext

import { Parser, Printer } from "../index.js";
export declare const parsers: {
glimmer: Parser;
};
export declare const printers: {
glimmer: Printer;
};