UNPKG

xitdb

Version:
7 lines (6 loc) 213 B
import { ReadHashMap } from './read-hash-map'; import { ReadCursor } from './read-cursor'; export declare class ReadCountedHashMap extends ReadHashMap { constructor(cursor: ReadCursor); count(): number; }