Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
identity.d.ts
blob: 1b8a3fc5d48b739fa37a5831f64367069e1e6412 [
file
] [
log
] [
blame
]
export
declare
function
identity
<
T
>(
x
:
T
):
T
;