git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 069b24d7b8bdc1dcc7a8921390f0733123b41515

Files: 069b24d7b8bdc1dcc7a8921390f0733123b41515 / about / sync.js

208 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