UNPKG

cheke

Version:

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

1 lines 126 B
const getRules=a=>"object"==typeof a?a.type.split("|").map(a=>a.trim()):a.split("|").map(a=>a.trim());module.exports=getRules;