We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb2069 commit 4c7b681Copy full SHA for 4c7b681
1 file changed
lib/index.ts
@@ -44,6 +44,9 @@ export {
44
InvalidPointerError,
45
JSONParserError,
46
Plugin,
47
+ JSONSchema,
48
+ $RefsCallback,
49
+ SchemaCallback,
50
};
51
52
export type RefParserSchema = string | JSONSchema;
0 commit comments