Files: 4847a139bc534508558e7f8744c286642ea33a5d / channel / sync / normalize.js
232 bytesRaw
1 | var nest = require('depnest') |
2 | var normalizeChannel = require('ssb-ref').normalizeChannel |
3 | |
4 | exports.gives = nest('channel.sync.normalize') |
5 | |
6 | exports.create = function (api) { |
7 | return nest('channel.sync.normalize', normalizeChannel) |
8 | } |
9 |
Built with git-ssb-web