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