UNPKG

nowjs-core

Version:

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

5 lines (4 loc) 182 B
import { SortedCollection } from './index'; import { ISortedList } from './ISortedList'; export declare class SortedList<T> extends SortedCollection<T> implements ISortedList<T> { }