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