Urara-Blog/node_modules/.pnpm-store/v3/files/52/9895108390531c1f770fbfb439995314e0bf5a5094d34a61c4336acea331d9a4faf8d8ade97f645e6fa4c7e02131e222835eeb244f23d78842022815502711
2022-08-14 01:14:53 +08:00

6 lines
243 B
Text

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;