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