Skip to content

Commit

Permalink
fix(types): export more types
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Mar 6, 2024
1 parent cfb2069 commit 4c7b681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export {
InvalidPointerError,
JSONParserError,
Plugin,
JSONSchema,
$RefsCallback,
SchemaCallback,
};

export type RefParserSchema = string | JSONSchema;
Expand Down

0 comments on commit 4c7b681

Please sign in to comment.