source:
trip-planner-front/node_modules/rxjs/internal/operators/concatAll.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 209 bytes |
Line | |
---|---|
1 | import { OperatorFunction, ObservableInput } from '../types'; |
2 | export declare function concatAll<T>(): OperatorFunction<ObservableInput<T>, T>; |
3 | export declare function concatAll<R>(): OperatorFunction<any, R>; |
Note:
See TracBrowser
for help on using the repository browser.