UNPKG

cheke

Version:

Express request validator with object's style response body and inspired by Laravel's Validator

1 lines 132 B
const notDateMessage=require("../messages/notDateMessage");module.exports=({value:a,label:b}={})=>!Date.parse(a)&&notDateMessage(b);