git ssb

0+

Piet / ssb-loomio



Tree: 0468193694468227a2d8341a2cfcd1326cf76e4b

Files: 0468193694468227a2d8341a2cfcd1326cf76e4b / methods.js

379 bytesRaw
1// verbose export of public methods
2
3module.exports = {
4 poll: {
5 async: {
6 // publishPoll: require('./async/publishPoll')
7 },
8 sync: {
9 isPoll: require('./poll/sync/isPoll')
10 // Poll: // this is not exported - doesn't follow the inject pattern atm
11 }
12 },
13 position: {
14 sync: {
15 isPosition: require('./position/sync/isPosition')
16 }
17 }
18}
19

Built with git-ssb-web