UNPKG

cheke

Version:

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

1 lines 142 B
const notStringMessage=require("../messages/notStringMessage");module.exports=({value:a,label:b}={})=>"string"!=typeof a&&notStringMessage(b);