Skip to content

Commit ed534d7

Browse files
authored
export handleRefresh (#81)
resolves #80
1 parent 1eac98a commit ed534d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/rude-shirts-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"codemirror-json-schema": patch
3+
---
4+
5+
export `handleRefresh`

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export { jsonCompletion } from "./json-completion.js";
33
export {
44
jsonSchemaLinter,
55
type JSONValidationOptions,
6+
handleRefresh,
67
} from "./json-validation.js";
78

89
export {

0 commit comments

Comments
 (0)