This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
yangg
/
yl_pro
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
b75b51eb7a
Ramuri
Etichete
master
yl_pro
/
AS-Editor
/
plop-templates
/
utils.js
utils.js
87 B
Istoric
Crud
1
2
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true