Blame view
plop-templates/utils.js
154 Bytes
d7d9c38c2 auto commit the c... |
1 2 3 4 5 6 7 8 9 |
exports.notEmpty = name => { return v => { if (!v || v.trim === '') { return `${name} is required` } else { return true } } } |
d7d9c38c2 auto commit the c... |
1 2 3 4 5 6 7 8 9 |
exports.notEmpty = name => { return v => { if (!v || v.trim === '') { return `${name} is required` } else { return true } } } |