UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

4 lines (3 loc) 92 B
import { IQueue } from './IQueue'; export interface IPriorityQueue<T> extends IQueue<T> { }