Files
flights_web_raw/node_modules/rxjs-compat/add/operator/combineAll.d.ts
T

7 lines
177 B
TypeScript

import { combineAll } from '../../operator/combineAll';
declare module 'rxjs/internal/Observable' {
interface Observable<T> {
combineAll: typeof combineAll;
}
}