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