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