UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

4 lines (3 loc) 199 B
import { AnyAction } from '@dineug/r-html'; import { Observable } from 'rxjs'; export declare const sharedStreamActionsCompressor: (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;