timeout.d.ts 157 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 import { timeout } from '../../operator/timeout'; declare module '../../Observable' { interface Observable<T> { timeout: typeof timeout; } }