This repository has been archived on 2026-06-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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;
}
}