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