Skip to content

Commit 4c7b681

Browse files
committed
fix(types): export more types
1 parent cfb2069 commit 4c7b681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ export {
4444
InvalidPointerError,
4545
JSONParserError,
4646
Plugin,
47+
JSONSchema,
48+
$RefsCallback,
49+
SchemaCallback,
4750
};
4851

4952
export type RefParserSchema = string | JSONSchema;

0 commit comments

Comments
 (0)