Urara-Blog/node_modules/.pnpm-store/v3/files/15/e3f029405a6a38f0d473fe7529d5403f96e7a0f27a5329ccf6afd608fb90565f08669c8ec746da1edcff82322bfc39c0c78e3f9d8a043bd9ff879553ee17a2
2022-08-14 01:14:53 +08:00

4 lines
221 B
Text

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