Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
2efbb1b8024a35b4fa4dfc2422d0b97582c96fc0
/
.
/
node_modules
/
ramda
/
src
/
internal
/
_identity.js
blob: 27b6c42e0909dbfb6b8ab85fd532db63175633fd [
file
]
function
_identity
(
x
)
{
return
x
;
}
module
.
exports
=
_identity
;