hexo/node_modules/ajv/dist/compile/jtd/serialize.d.ts

5 lines
225 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
import type Ajv from "../../core";
import { SchemaObjectMap } from "./types";
import { SchemaEnv } from "..";
export default function compileSerializer(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;