diff --git a/lib/index.ts b/lib/index.ts index e5d6c3a4..3df98356 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -19,6 +19,7 @@ import { import { ono } from "@jsdevtools/ono"; import maybe from "./util/maybe.js"; import type { ParserOptions } from "./options.js"; +import { getJsonSchemaRefParserDefaultOptions } from "./options.js"; import type { $RefsCallback, JSONSchema, @@ -446,4 +447,7 @@ export { Plugin, ResolverOptions, HTTPResolverOptions, + _dereference as dereferenceInternal, + normalizeArgs as jsonSchemaParserNormalizeArgs, + getJsonSchemaRefParserDefaultOptions, };