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

7 lines
161 B
TypeScript

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