git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 1fac221a92fbdaf25995c5519565812349b9df29

Files: 1fac221a92fbdaf25995c5519565812349b9df29 / 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