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