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