UNPKG
tsch-ej-numbers
Version:
latest (1.10.20250808)
1.10.20250808
1.10.20250729
1.10.20250715
1.10.20250711
1.10.20250708
1.10.20250704
1.10.20250701
1.10.20250627
1.10.20250624
1.10.20250620
1.10.20250617
1.10.20250613
1.10.20250610
1.10.20250606
1.10.20250603
1.10.20250530
1.10.20250527
1.10.20250523
1.10.20250520
1.10.20250516
1.10.20250514
1.10.20250513
1.10.20250511
1.9.20250509
1.9.20250506
1.9.20250503
1.9.20250502
1.9.20250429
1.9.20250425
1.9.20250422
1.9.20250418
1.9.20250415
1.9.20250411
1.9.20250408
1.9.20250404
1.9.20250401
1.9.20250328
1.9.20250325
1.9.20250321
1.9.20250318
1.9.20250314
1.9.20250311
1.9.20250307
1.9.20250304
1.9.20250228
1.9.20250225
1.9.20250221
1.9.20250218
1.9.20250214
1.9.20250207
1.9.20250204
1.9.20250131
1.9.20250128
1.9.20250124
1.9.20250121
1.9.20250118
1.9.20250115
1.9.20250111
1.9.20250108
1.9.20250104
1.9.20250103
1.8.20250103
1.7.20250102
1.6.20241231
1.6.20241230
1.5.20241229
1.4.20241227
1.4.20241225
1.4.20241224
1.3.20241223
1.2.20241220
1.2.20241217
1.2.20241213
1.2.20241210
1.2.20241206
1.2.20241203
1.2.20241129
1.2.20241128
1.2.20241126
1.2.20241125
1.2.20241122
1.2.20241117
1.2.20241115
1.2.20241112
1.2.20241108
1.0.20241108
1.0.20241105
API for analyzing EuroJackpot lottery numbers, trends, and probabilities.
tsch-ej-numbers
/
dist
/
handlers
/
average.handler.d.ts
10 lines
(9 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
TAvgKeyValue
= {
key
:
string
;
drawingAvg
:
number
;
drawingTotal
:
number
; };
export
declare
function
handleAverages
(
): {
winningNumbers
:
TAvgKeyValue
[];
euroNumbers
:
TAvgKeyValue
[]; };