This module can be used if you need to validate url queries using Joi
npm install @sigfox/joi-query
const joi = require('joi');
// This adds the helpers to the joi instance
require('./joi-query')(joi);
npm test
This project is licensed under the MIT License - see the LICENSE file for details.