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