Начало наработок
This commit is contained in:
6
node_modules/rxjs/add/operator/timeoutWith.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/add/operator/timeoutWith.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { timeoutWith } from '../../operator/timeoutWith';
|
||||
declare module '../../Observable' {
|
||||
interface Observable<T> {
|
||||
timeoutWith: typeof timeoutWith;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user