NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/rxjs/internal/operators/concatAll.d.ts

4 lines
209 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import { OperatorFunction, ObservableInput } from '../types';
export declare function concatAll<T>(): OperatorFunction<ObservableInput<T>, T>;
export declare function concatAll<R>(): OperatorFunction<any, R>;