UNPKG

data-structure-typed

Version:
3 lines (2 loc) 120 B
import { AVLTreeOptions } from './avl-tree'; export type AVLTreeCounterOptions<K, V, R> = AVLTreeOptions<K, V, R> & {};