git ssb

1+

mixmix / scuttle-book



Tree: e9238520ce96e4b6ad803bf181a65eb9d888feb4

Files: e9238520ce96e4b6ad803bf181a65eb9d888feb4 / async / isBookComment.js

131 bytesRaw
1const validator = require('is-my-json-valid')
2const schema = require('../schema/bookComment')
3
4module.exports = validator(schema)
5
6

Built with git-ssb-web