Sign in
chromium
/
devtools
/
devtools-frontend
/
40fcb9a9aae81ac1df2c19dee467ab3a4cf4088b
/
.
/
node_modules
/
ramda
/
src
/
internal
/
_of.js
blob: e408fcc5bfa7b82d1cfe118ed443c19ade3dae02 [
file
] [
log
] [
blame
]
function
_of
(
x
)
{
return
[
x
];
}
module
.
exports
=
_of
;