Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
rambda
/
src
/
not.js
blob: be2d0f135bd602e33577654eb506a39b5dfef248 [
file
] [
log
] [
blame
] [
edit
]
export
function
not
(
input
){
return
!
input
}