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