UNPKG

@rcsb/rcsb-saguaro

Version:
10 lines (9 loc) 241 B
export declare class RowStatusMap { private readonly rowReadyMap; constructor(); set(key: string, value: boolean): void; size(): number; clear(rowIds?: string[]): void; complete(): boolean; completed(): number; }