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