This repository has been archived on 2026-06-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flights_web_raw/node_modules/rxjs-compat/add/operator/retry.d.ts
T

7 lines
157 B
TypeScript

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