Skip to content

Commit 2c50198

Browse files
committed
fix: add exports
1 parent 27abe40 commit 2c50198

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import {
1919
import { ono } from "@jsdevtools/ono";
2020
import maybe from "./util/maybe.js";
2121
import type { ParserOptions } from "./options.js";
22+
import { getJsonSchemaRefParserDefaultOptions } from "./options.js";
2223
import type {
2324
$RefsCallback,
2425
JSONSchema,
@@ -446,4 +447,7 @@ export {
446447
Plugin,
447448
ResolverOptions,
448449
HTTPResolverOptions,
450+
_dereference as dereferenceInternal,
451+
normalizeArgs as jsonSchemaParserNormalizeArgs,
452+
getJsonSchemaRefParserDefaultOptions,
449453
};

0 commit comments

Comments
 (0)