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

7 lines
169 B
TypeScript

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