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