git ssb

0+

Piet / ssb-loomio



Tree: f4dab21d95cabd1f4db3906fa99ea971a8672620

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