UNPKG

@cuba-platform/front-generator

Version:
7 lines (6 loc) 165 B
import { switchMap } from '../../operator/switchMap'; declare module '../../Observable' { interface Observable<T> { switchMap: typeof switchMap; } }