Skip to content

Commit

Permalink
export additional types
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed May 29, 2024
1 parent 91e05b4 commit da8a9a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
export { jsonCompletion } from "./json-completion.js";
export {
jsonCompletion,
JSONCompletion,
type JSONCompletionOptions,
} from "./json-completion.js";

export {
jsonSchemaLinter,
JSONValidation,
type JSONValidationOptions,
handleRefresh,
} from "./json-validation.js";

export {
jsonSchemaHover,
JSONHover,
type HoverOptions,
type FoundCursorData,
type CursorData,
Expand Down

0 comments on commit da8a9a8

Please sign in to comment.