UNPKG

graph-typed

Version:
4 lines (2 loc) 139 B
import type { RedBlackTreeOptions } from './red-black-tree'; export type TreeCounterOptions<K, V, R> = RedBlackTreeOptions<K, V, R> & {};