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