Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
rambda
/
src
/
of.js
blob: 82201cf3ce483fdf282b7221e66a6ea22f696652 [
file
] [
log
] [
blame
] [
edit
]
export
function
of
(
value
){
return
[
value
]
}