Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
node_modules
/
ramda
/
es
/
internal
/
_of.js
blob: 68ea63a8d4b6a679808302532b644da5a3280733 [
file
]
export
default
function
_of
(
x
)
{
return
[
x
];
}