Skip to content

Commit f94e05e

Browse files
committed
Minor fix - add missing export
1 parent 1534c73 commit f94e05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Polyform/Validators.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module Polyform.Validators
22
( Validator(..)
33
, Errors(..)
4+
, check
45
, fail
56
) where
67

0 commit comments

Comments
 (0)