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