git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 781e1c19862d0d3327dd9a68e0c497d9f876cc0f

Files: 781e1c19862d0d3327dd9a68e0c497d9f876cc0f / channel / sync / normalize.js

232 bytesRaw
1var nest = require('depnest')
2var normalizeChannel = require('ssb-ref').normalizeChannel
3
4exports.gives = nest('channel.sync.normalize')
5
6exports.create = function (api) {
7 return nest('channel.sync.normalize', normalizeChannel)
8}
9

Built with git-ssb-web