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