Sha256: 77290e9b3f97f6b8aa867e4af301a3d890b72c812ebfe1f05c84ef3e3f83b209
Contents?: true
Size: 262 Bytes
Versions: 49
Compression:
Stored size: 262 Bytes
Contents
import { Observable } from '../../Observable'; import { timeoutWith } from '../../operator/timeoutWith'; Observable.prototype.timeoutWith = timeoutWith; declare module '../../Observable' { interface Observable<T> { timeoutWith: typeof timeoutWith; } }
Version data entries
49 entries across 49 versions & 4 rubygems