git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: e31a903a21d0c16d542f0c003a6e02ec53fda004

Files: e31a903a21d0c16d542f0c003a6e02ec53fda004 / router / sync / routes.js

167 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('router.sync.routes')
4
5exports.create = (api) => {
6 return nest('router.sync.routes', (sofar = []) => sofar)
7}
8
9

Built with git-ssb-web