UNPKG

ut-tools

Version:

Build and Release management automation package.

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