This website requires JavaScript.
Explore
Help
Register
Sign In
zhouchijian
/
fe-drone-ci
Watch
1
Star
0
Fork
You've already forked fe-drone-ci
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f6d8204b0b
fe-drone-ci
/
plop-templates
/
utils.js
3 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix[plop]: set trim => trim() (#3254) notEmpty
2020-06-15 04:00:17 +00:00
exports
.
notEmpty
=
name
=>
v
=>
!
v
||
v
.
trim
(
)
===
''
?
`
${
name
}
is required
`
:
true