Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
identity.js
blob: 6b564ac534a4cdb3f90279676c569c099591629f [
file
] [
log
] [
blame
]
function
_identity
(
t
)
{
return
t
;
}
export
{
_identity as
default
};