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