Urara-Blog/node_modules/.pnpm-store/v3/files/7f/a7ce2ef66545d8a4f5025c22137b04eb26275162d29ce85b82774b5852c4e9288f68533ab00fc36768a85cae24890097221234fb19735e6bdf18e9b9595004
2022-08-14 01:14:53 +08:00

4 lines
217 B
Text

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