This website requires JavaScript.
Explore
Help
Sign In
liwei
/
python-archieve-projects
Watch
1
Star
0
Fork
You've already forked python-archieve-projects
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
71b1ef4c19
python-archieve-projects
/
WechatBot
/
node_modules
/
fp-ts
/
es6
/
Zero.js
4 lines
102 B
JavaScript
Executable File
Raw
Blame
History
export
function
guard
(
F
,
P
)
{
return
function
(
b
)
{
return
(
b
?
P
.
of
(
undefined
)
:
F
.
zero
(
)
)
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink