git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 8787f12fef0041838b95781c8ab99865010468f5

Files: 8787f12fef0041838b95781c8ab99865010468f5 / blob / sync / url.js

174 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('blob.sync.url')
4
5exports.create = function (api) {
6 return nest('blob.sync.url', function (id) {
7 return id
8 })
9}
10

Built with git-ssb-web