UNPKG

@array.inc/sdk

Version:

🛠 An SDK for building applications on top of Array.

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;