Files: 4ef31e43684a11333c8cc97d2919d6dd41895bd0 / 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