Files: 89f12570ac64ff180e7f40f85d7bf29a33a17e1d / stance.js
263 bytesRaw
1 | var Validate = require('is-my-json-valid') |
2 | const { msgIdRegex, feedIdRegex, blobIdRegex } = require('ssb-ref') |
3 | |
4 | function create () { |
5 | |
6 | } |
7 | |
8 | const schema = { |
9 | } |
10 | |
11 | const validate = Validate(schema, { verbose: true }) |
12 | |
13 | module.exports = { |
14 | create, |
15 | schema, |
16 | validate |
17 | } |
18 |
Built with git-ssb-web