1.0.1 • Published 7 years ago
@sigfox/joi-query v1.0.1
joi-query - Joi helpers for url query validation
Features
When use it?
This module can be used if you need to validate url queries using Joi
Install
npm install @sigfox/joi-queryUsage
const joi = require('joi');
// This adds the helpers to the joi instance
require('./joi-query')(joi);Test
npm testLicence
This project is licensed under the MIT License - see the LICENSE file for details.