Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
zmcoding
/
station-test-ui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
0972ff0438
Branches
Tags
master
station-test...
/
plop-templates
/
utils.js
utils.js
87 B
History
Raw
1
2
3
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true