mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-09-15 12:09:05 +00:00
update
This commit is contained in:
6
node_modules/rxjs/add/operator/timeout.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/add/operator/timeout.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { timeout } from '../../operator/timeout';
|
||||
declare module '../../Observable' {
|
||||
interface Observable<T> {
|
||||
timeout: typeof timeout;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user