UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

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