persona-community-5/.pnpm-store/v3/files/fa/4bc178f7571cdacd01727d43d7ce9b0e1b33f51c5e0191d4aa9933c23723f7006754c842feeb8cc54892c6589eaaafaf7294761b61e486acd2755ff5c1143a
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
153 B
Plaintext

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