UNPKG

@esm2cjs/p-queue

Version:

Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.

2 lines (1 loc) 114 B
export default function lowerBound<T>(array: readonly T[], value: T, comparator: (a: T, b: T) => number): number;