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