We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27abe40 commit 2c50198Copy full SHA for 2c50198
lib/index.ts
@@ -19,6 +19,7 @@ import {
19
import { ono } from "@jsdevtools/ono";
20
import maybe from "./util/maybe.js";
21
import type { ParserOptions } from "./options.js";
22
+import { getJsonSchemaRefParserDefaultOptions } from "./options.js";
23
import type {
24
$RefsCallback,
25
JSONSchema,
@@ -446,4 +447,7 @@ export {
446
447
Plugin,
448
ResolverOptions,
449
HTTPResolverOptions,
450
+ _dereference as dereferenceInternal,
451
+ normalizeArgs as jsonSchemaParserNormalizeArgs,
452
+ getJsonSchemaRefParserDefaultOptions,
453
};
0 commit comments