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