git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 0baf5414ce7a4d8be1f75148ec7dce869d876d66

Files: 0baf5414ce7a4d8be1f75148ec7dce869d876d66 / blob.js

173 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