git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: b0afea5e68a6a31afda1eeb38830433a9beedd2b

Files: b0afea5e68a6a31afda1eeb38830433a9beedd2b / 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