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

7 lines
173 B
TypeScript

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