We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce4f18 commit 220da1eCopy full SHA for 220da1e
src/main.ts
@@ -4,4 +4,6 @@ import { SimpleSchema, ValidationContext } from './SimpleSchema.js'
4
5
SimpleSchema.ValidationContext = ValidationContext
6
7
+export { ValidationContext }
8
+
9
export default SimpleSchema
0 commit comments