This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
zhangyinghao
/
jiazheng-font-manage
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9431aa71f1
Branches
Tags
master
jiazheng-fon...
/
plop-templates
/
utils.js
utils.js
87 B
Historique
Raw
1
2
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true