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

7 lines
157 B
TypeScript

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