Skip to content

Commit cebacd0

Browse files
committed
Module.export validation lib
1 parent b97a2e5 commit cebacd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ function isEmpty(obj) {
3131
}
3232

3333
module.exports = {
34-
validate
34+
validate,
35+
...require('./validation/index.js')
3536
}

0 commit comments

Comments
 (0)