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

7 lines
165 B
TypeScript

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