UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

6 lines (5 loc) 451 B
import { AnyAction } from '@dineug/r-html'; import { MonoTypeOperatorFunction, Observable } from 'rxjs'; type Regroup = [string, Array<string> | ReadonlyArray<string>]; export declare const groupByStreamActions: (streamActionTypes: Array<string> | ReadonlyArray<string>, regroups?: Regroup[], bufferClosingNotifierOperator?: MonoTypeOperatorFunction<Array<AnyAction>>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>; export {};