UNPKG

easybake-sdk-core

Version:

⚒️ An SDK for building applications on top of EasyBake

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;