UNPKG

max-priority-queue-typed

Version:
3 lines (2 loc) 126 B
import { IterableElementBaseOptions } from '../base'; export type StackOptions<E, R> = IterableElementBaseOptions<E, R> & {};