git ssb

0+

Piet / ssb-loomio



Tree: e91df8e00ca174250db3f719cc4bbf9a3b54b07c

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