git ssb

0+

Piet / ssb-loomio



Tree: fd35bcd5410f1f010361327040a3f0a52b4bddd9

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