Skip to content

Commit 220da1e

Browse files
committed
feat: export ValidationContext as named export
1 parent 8ce4f18 commit 220da1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ import { SimpleSchema, ValidationContext } from './SimpleSchema.js'
44

55
SimpleSchema.ValidationContext = ValidationContext
66

7+
export { ValidationContext }
8+
79
export default SimpleSchema

0 commit comments

Comments
 (0)