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