Files: 6cee7ba74d78d7a794627b917b1eef6f217416ff / methods.js
379 bytesRaw
1 | // verbose export of public methods |
2 | |
3 | module.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