8 lines
108 B
JavaScript
Raw Normal View History

2016-10-24 17:10:56 +02:00
'use strict';
/**
* Creates Joi based object schemas from JSON
*/
module.exports = require('joi-json');