git ssb

16+

Dominic / patchbay



Tree: 4792f8c59a98c02045a1e6f1c7d9811d4abf18ef

Files: 4792f8c59a98c02045a1e6f1c7d9811d4abf18ef / modules_basic / message-name.js

156 bytesRaw
1
2var sbot_get = require('../plugs').first(exports.sbot_get = [])
3
4exports.message_name = function (id) {
5 sbot_get(id, function (err, value) {
6
7 })
8}
9

Built with git-ssb-web