UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

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;