git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: f84a9667fa03b5fc5f43b038c6e7616276a5907a

Files: f84a9667fa03b5fc5f43b038c6e7616276a5907a / about / sync.js

203 bytesRaw
1var nest = require('depnest')
2
3exports.gives = nest('about.sync.shortFeedId')
4
5exports.create = function (api) {
6 return nest('about.sync.shortFeedId', function (id) {
7 return id.slice(1, 10)
8 })
9}
10

Built with git-ssb-web