Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ts_morph/common/mod.ts>ArrayUtils.binarySearch

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method ArrayUtils.binarySearch
import { ArrayUtils } from "https://deno.land/x/ts_morph@18.0.0/common/mod.ts";

Parameters

items: ReadonlyArray<T>
storedComparer: StoredComparer<T>

Returns

number