git ssb

0+

Piet / ssb-loomio



Tree: e5241baa17774c8f27f39e3c093cf2b43a8aaa2f

Files: e5241baa17774c8f27f39e3c093cf2b43a8aaa2f / index.js

269 bytesRaw
1const {
2 create: poll,
3 schema: pollSchema,
4 validate: isPoll
5} = require('./poll')
6
7const {
8 create: stance,
9 schema: stanceSchema,
10 validate: isStance
11} = require('./stance')
12
13module.exports = {
14 poll, pollSchema, isPoll,
15 stance, stanceSchema, isStance,
16}
17

Built with git-ssb-web