projects
/
dotfiles
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update .bashrc
[dotfiles/.git]
/
.config
/
coc
/
extensions
/
node_modules
/
coc-prettier
/
node_modules
/
table
/
node_modules
/
ajv
/
dist
/
compile
/
jtd
/
parse.d.ts
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;