This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zhaobao
/
auxiliary_diagnosis
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7109d28913
Rami (Branch)
Tag
master
auxiliary_diagn...
/
plop-templates
/
utils.js
utils.js
87 B
Cronologia
Originale
1
2
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true