git ssb

0+

Piet / ssb-loomio



Tree: 3c2e645f7b5dccfbc0afd288ee28c0465837a6ec

Files: 3c2e645f7b5dccfbc0afd288ee28c0465837a6ec / index.js

184 bytesRaw
1const inject = require('./lib/inject')
2
3const methods = {
4 sync: {
5 isPoll: require('./sync/isPoll')
6 }
7}
8
9module.exports = function (server) {
10 return inject(server, methods)
11}
12

Built with git-ssb-web