git ssb

0+

Piet / ssb-loomio



Tree: 07a5f24f2034628892c7c9ed0782b63b30fc7911

Files: 07a5f24f2034628892c7c9ed0782b63b30fc7911 / stance.js

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

Built with git-ssb-web