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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b0434eff1e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b0434eff1e'
${ noResults }
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