Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
rambda
/
src
/
of.js
blob: 82201cf3ce483fdf282b7221e66a6ea22f696652 [
file
] [
log
] [
blame
] [
edit
]
export
function
of
(
value
){
return
[
value
]
}