UNPKG

bst-typed

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