git ssb

0+

Piet / ssb-loomio



Tree: dbfe7b74a3adb5a6f94f01cd9a3f8fd4d696bd93

Files: dbfe7b74a3adb5a6f94f01cd9a3f8fd4d696bd93 / 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