Sign in
cobalt
/
cobalt
/
634c02babfc7dfb85fc435215e352d63bfe21b07
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isScheduler.d.ts
blob: 8acc3ab76d2dfd0c2ee847f027088721ada89d0b [
file
]
import
{
SchedulerLike
}
from
'../types'
;
export
declare
function
isScheduler
(
value
:
any
):
value
is
SchedulerLike
;