source: trip-planner-front/node_modules/ajv/dist/compile/jtd/parse.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 217 bytes
Line 
1import type Ajv from "../../core";
2import { SchemaObjectMap } from "./types";
3import { SchemaEnv } from "..";
4export default function compileParser(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;
Note: See TracBrowser for help on using the repository browser.