UNPKG
@phensley/cldr-utils
Version:
latest (1.13.1)
1.13.1
1.13.0
1.12.2
1.12.1
1.12.0
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.3
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.18
1.2.17
1.2.16
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.26.0
0.25.22
0.25.21
0.25.20
0.25.19
0.25.18
0.25.17
0.25.16
0.25.15
0.25.14
0.25.13
0.25.12
0.25.11
0.25.10
0.25.9
0.25.8
0.25.7
0.25.6
0.25.5
0.25.4
0.25.3
0.25.2
0.25.1
0.25.0
0.24.0
0.23.0
0.22.3
0.22.2
0.22.1
0.22.0
0.21.2
0.21.1
0.21.0
0.20.4
0.20.3
0.20.2
0.20.1
0.20.0
0.19.5
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.3
0.18.2
0.18.1
0.18.0
0.18.0-next.2
0.18.0-next.1
0.18.0-next.0
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.0
0.15.3
0.15.2
0.15.1
0.15.0
0.15.0-alpha.0
0.14.9-alpha.0
0.14.8
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0-alpha.0
0.13.7
0.13.6
0.13.5
0.13.4
0.13.4-alpha.0
0.13.3-alpha.0
0.13.2-alpha.0
0.13.1-alpha.0
0.13.0-alpha.0
0.12.1
0.12.1-alpha.0
0.12.0-alpha.0
0.11.4
0.11.3
0.11.3-alpha.0
0.11.2-alpha.0
0.11.1-alpha.0
0.11.0-alpha.0
0.10.2
0.10.2-alpha.0
0.10.1-alpha.0
0.10.0-alpha.0
0.9.1
0.9.0
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.6
Utilities for cldr-engine packages
github.com/phensley/cldr-engine/
phensley/cldr-engine
@phensley/cldr-utils
/
lib
/
search.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Binary search the array for the element N. Return the index of the number * in the array, or the index of the number preceeding it. */
export
declare
const
binarySearch
:
(
nums
:
number
[],
n
:
number
) =>
number
;