.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / jtd / serialize.d.ts
1 import type Ajv from "../../core";
2 import { SchemaObjectMap } from "./types";
3 import { SchemaEnv } from "..";
4 export default function compileSerializer(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;