UNPKG

@cuba-platform/front-generator

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