UNPKG

@elkdex/sdk

Version:

🛠 An SDK for building applications on top of Elk Finance.

2 lines (1 loc) • 125 B
export declare function sortedInsert<T>(items: T[], add: T, maxSize: number, comparator: (a: T, b: T) => number): T | null;