git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: a3f728451ea4f496b80c42138d030295e43de153

Files: a3f728451ea4f496b80c42138d030295e43de153 / feed / pull / public.js

210 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('feed.pull.public')
4exports.needs = nest('sbot.pull.log', 'first')
5exports.create = function (api) {
6 return nest('feed.pull.public', api.sbot.pull.log)
7}
8

Built with git-ssb-web