Page MenuHomec4science

index.d.ts
No OneTemporary

File Metadata

Created
Fri, Jan 24, 07:00

index.d.ts

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;

Event Timeline