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

7 lines
161 B
TypeScript

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