persona-community-5/.pnpm-store/v3/files/52/9895108390531c1f770fbfb439995314e0bf5a5094d34a61c4336acea331d9a4faf8d8ade97f645e6fa4c7e02131e222835eeb244f23d78842022815502711
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

7 lines
243 B
Plaintext

import type AjvCore from "../core";
import type { AnyValidateFunction } from "../types";
declare function standaloneCode(ajv: AjvCore, refsOrFunc?: {
[K in string]?: string;
} | AnyValidateFunction): string;
export default standaloneCode;