UNPKG

@cuba-platform/front-generator

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