git ssb

0+

mixmix / ssb-gathering-schema



Commit ae90623c733a90b422e30a1d0c3068048e89f291

add index.js to export validators

mixmix committed on 9/7/2018, 7:49:42 AM
Parent: e4eac9ccb82c20dcc8e3e9ea749f3557e168ec56

Files changed

index.jsadded
index.jsView
@@ -1,0 +1,5 @@
1 +module.exports = {
2 + isGathering: require('./gathering/validator'),
3 + isUpdate: require('./gathering-update/validator'),
4 + isAttendee: require('./attendee/validator')
5 +}

Built with git-ssb-web