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