concatMapTo.d.ts 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 import { concatMapTo } from '../../operator/concatMapTo'; declare module '../../Observable' { interface Observable<T> { concatMapTo: typeof concatMapTo; } }