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