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