parse.d.ts 217 B

1234
  1. import type Ajv from "../../core";
  2. import { SchemaObjectMap } from "./types";
  3. import { SchemaEnv } from "..";
  4. export default function compileParser(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;