Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
operators
/
switchAll.d.ts
blob: a184147d345cf27ff3e4a9e1a1558d63e34481ef [
file
]
import
{
OperatorFunction
,
ObservableInput
}
from
'../types'
;
export
declare
function
switchAll
<
T
>():
OperatorFunction
<
ObservableInput
<
T
>,
T
>;
export
declare
function
switchAll
<
R
>():
OperatorFunction
<
any
,
R
>;