UNPKG

fluent-skeleton

Version:
8 lines (5 loc) 91 B
const Joi = require('joi') const schema = { a: Joi.string(), } module.exports = schema