Skip to content

Commit

Permalink
export additional types
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Sep 16, 2020
1 parent c207bbc commit c5c1b84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/ajv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ export {
FormatDefinition,
AsyncFormatDefinition,
KeywordDefinition,
CodeKeywordDefinition,
MacroKeywordDefinition,
FuncKeywordDefinition,
Vocabulary,
Schema,
AsyncSchema,
Options,
ValidateFunction,
AsyncValidateFunction,
CacheInterface,
Logger,
} from "./types"
export interface Plugin<Opts> {
(ajv: Ajv, options?: Opts): Ajv
Expand Down

0 comments on commit c5c1b84

Please sign in to comment.