UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

5 lines (4 loc) 185 B
/** * @internal */ export declare function binarySearch<T>(valuesToSearch: T[] | ReadonlyArray<T>, searchCondition: (value: T) => boolean, startIndex?: number, endIndex?: number): T;