UNPKG

min-heap-typed

Version:
4 lines (2 loc) 101 B
import { BSTOptions } from './bst'; export type AVLTreeOptions<K, V, R> = BSTOptions<K, V, R> & {};