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