UNPKG

tree-multimap-typed

Version:
5 lines (4 loc) 140 B
import { LinearBaseOptions } from '../base'; export type QueueOptions<E, R> = LinearBaseOptions<E, R> & { autoCompactRatio?: number; };