Skip to content

Commit

Permalink
feat(reference): expose HTTPResolver symbol as public API
Browse files Browse the repository at this point in the history
Refs #2289
  • Loading branch information
char0n committed Dec 28, 2022
1 parent 0b33e24 commit 901c19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apidom-reference/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export { default as Parser } from './parse/parsers/Parser';

export { default as Resolver } from './resolve/resolvers/Resolver';

export { default as HttpResolver } from './resolve/resolvers/HttpResolver';

export { default as ResolveStrategy } from './resolve/strategies/ResolveStrategy';

export { default as options } from './options';
Expand Down

0 comments on commit 901c19f

Please sign in to comment.