persona-community-5/.pnpm-store/v3/files/ed/793b2f7b42142c712b3ad675f8ce4625455a6f3801b2440d415f3dafc7b77868767b2392df3123ff9de35917caba2928da456d4acbcff224fd093224c0a849
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

5 lines
110 B
Plaintext

declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}