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