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