Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 276 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 276 Bytes

Joi Validator

Validate input via Joi.

API

validate(schema)(handler) => handler

schema is a Joi schema.

if the schema is a plain object like {...}, then is a shortcut for joi.object().keys({...}).