This website works better with JavaScript.
Explore
Help
Sign In
xiaoning
/
gjerp_ui
Watch
1
Star
0
Fork
You've already forked gjerp_ui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
06eb00b431
gjerp_ui
/
plop-templates
/
utils.js
3 lines
87 B
Raw
Blame
History
exports
.
notEmpty
=
name
=>
v
=>
!
v
||
v
.
trim
(
)
===
''
?
`
${
name
}
is required
`
:
true
Reference in new issue
View Git Blame
Copy Permalink