UNPKG

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