source:
trip-planner-front/node_modules/ajv/dist/compile/jtd/parse.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 217 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | import type Ajv from "../../core"; |
2 | import { SchemaObjectMap } from "./types"; | |
3 | import { SchemaEnv } from ".."; | |
4 | export default function compileParser(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv; |
Note:
See TracBrowser
for help on using the repository browser.