This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10164810127
/
DasePad
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
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.
4
Commits
1
Branch
35 MiB
JavaScript
91.2%
CSS
3.7%
HTML
3.6%
Shell
1.2%
Tree:
6161e3d5c0
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6161e3d5c0'
${ noResults }
DasePad
/
node_modules
/
ramda
/
es
/
internal
/
_complement.js
5 lines
108 B
Raw
Blame
History
export
default
function
_complement
(
f
)
{
return
function
(
)
{
return
!
f
.
apply
(
this
,
arguments
)
;
}
;
}