Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
src
/
internal
/
util
/
identity.ts
blob: 6589842c03c84d8a5b00a185c61a8e58074ccf07 [
file
] [
log
] [
blame
]
export
function
identity
<
T
>(
x
:
T
):
T
{
return
x
;
}