Files: c6d7f47ac4cd019ab82c6961b892bee7a57ff0a7 / channel / index.js
132 bytesRaw
1 | module.exports = { |
2 | async: require('./async'), |
3 | obs: require('./obs'), |
4 | html: { |
5 | subscribe: require('./html/subscribe') |
6 | } |
7 | } |
8 |
Built with git-ssb-web
1 | module.exports = { |
2 | async: require('./async'), |
3 | obs: require('./obs'), |
4 | html: { |
5 | subscribe: require('./html/subscribe') |
6 | } |
7 | } |
8 |
Built with git-ssb-web