UNPKG

joibird

Version:

Joi + Bluebird = A Promise based library for Joi

7 lines (4 loc) 138 B
var Promise = require('bluebird'); var joi = require('joi'); joi.validate = Promise.promisify(joi.validate, joi); module.exports = joi;