UNPKG
p-queue-es5
Version:
latest (6.0.2)
6.0.2
Promise queue with concurrency control
github.com/sindresorhus/p-queue
sindresorhus/p-queue
p-queue-es5
/
dist
/
lower-bound.d.ts
2 lines
(1 loc)
•
114 B
TypeScript
View Raw
1
2
export
default
function
lowerBound<T>(
array
:
readonly
T[],
value
: T,
comparator
:
(
a
: T,
b
: T
) =>
number
):
number
;