Sign in
cobalt
/
cobalt
/
533a643cb20177464b426e4fd9e3303882d01021
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
tryCatch.d.ts
blob: e241e6eb577dbff3dfc266d8c00a5f831e9568bd [
file
]
export
declare
function
tryCatch
<
T
extends
Function
>(
fn
:
T
):
T
;