UNPKG

@tucmc/hazel

Version:
5 lines (4 loc) 134 B
import { DMap } from './DMap'; export declare class LiveDMap<K extends string, V = any> extends DMap<K, V> { isLive(): boolean; }