UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

8 lines 219 B
export declare class PriorityQueue<T> { #private; constructor(cmp: (a: T, b: T) => number); empty(): boolean; push(value: T): void; pop(): T | undefined; } //# sourceMappingURL=PriorityQueue.d.ts.map