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

7 lines
185 B
TypeScript

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