Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
zmcoding
/
station-test-ui
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
6cf484d29e
Dallar
Biçim İmleri
master
station-test...
/
plop-templates
/
utils.js
utils.js
87 B
Geçmiş
Ham
1
2
3
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true