persona-community-5/.pnpm-store/v3/files/3a/85a08bc5f73033bfff29a7734f81707d95ddae8124469537776e82cce5955bb3d0b5a44461b18296ee908afa00dd71e9eb1d973649766b5cc9a7e038d51ed3
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

4 lines
213 B
Plaintext

import type { LoadOptions, DumpOptions } from 'js-yaml';
export declare const parseYaml: (str: string, opts?: LoadOptions) => unknown;
export declare const stringifyYaml: (obj: any, opts?: DumpOptions) => string;