This website works better with JavaScript.
Home
Explore
Help
Sign In
ccsens_wiki
/
common
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
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.
46
Commits
2
Branches
0
Tags
1.1 MiB
Java
67.3%
Vue
20.8%
JavaScript
9.9%
SCSS
1.8%
Tree:
9e5043a198
master
ptos
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9e5043a198'
${ noResults }
common
/
scheduler
/
vue-element-admin-master
/
plop-templates
/
utils.js
2 lines
87 B
Raw
Blame
History
exports
.
notEmpty
=
name
=>
v
=>
!
v
||
v
.
trim
(
)
===
''
?
`
${
name
}
is required
`
:
true
Reference in new issue