Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
11010e69b4e87fbc1d60cdc0f9ac2b200cd8c75f
/
.
/
node_modules
/
rambda
/
src
/
of.js
blob: 82201cf3ce483fdf282b7221e66a6ea22f696652 [
file
]
export
function
of
(
value
){
return
[
value
]
}