UNPKG

tsch-ej-numbers

Version:

A powerful TypeScript API for analyzing EuroJackpot draws. Perfect for developers who want to evaluate historical data, generate statistics, or build lottery-related applications.

178 lines (177 loc) 3.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APP = void 0; exports.APP = { dateOfFirstDraw: "23.03.2012", winningNumbersAsString: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", ], euroNumbersAsString: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", ], countries: [ // https://www.iban.com/country-codes { name: "Germany", alpha2Code: "DE", alpha3Code: "DEU", numericValue: "276", }, { name: "Iceland", alpha2Code: "IS", alpha3Code: "ISL", numericValue: "352", }, { name: "Croatia", alpha2Code: "HR", alpha3Code: "HRV", numericValue: "191", }, { name: "Norway", alpha2Code: "NO", alpha3Code: "NOR", numericValue: "578", }, { name: "Latvia", alpha2Code: "LV", alpha3Code: "LVA", numericValue: "428", }, { name: "Lithuania", alpha2Code: "LT", alpha3Code: "LTU", numericValue: "440", }, { name: "Sweden", alpha2Code: "SE", alpha3Code: "SWE", numericValue: "752", }, { name: "Spain", alpha2Code: "ES", alpha3Code: "ESP", numericValue: "724", }, { name: "Denmark", alpha2Code: "DK", alpha3Code: "DNK", numericValue: "208", }, { name: "Finland", alpha2Code: "FI", alpha3Code: "FIN", numericValue: "246", }, { name: "Italy", alpha2Code: "IT", alpha3Code: "ITA", numericValue: "380", }, { name: "Netherlands", alpha2Code: "NL", alpha3Code: "NLD", numericValue: "528", }, { name: "Slovenia", alpha2Code: "SI", alpha3Code: "SVN", numericValue: "705", }, { name: "Slovakia", alpha2Code: "SK", alpha3Code: "SVK", numericValue: "703", }, { name: "Estonia", alpha2Code: "EE", alpha3Code: "EST", numericValue: "233", }, { name: "Hungary", alpha2Code: "HU", alpha3Code: "HUN", numericValue: "348", }, { name: "Czechia", alpha2Code: "CZ", alpha3Code: "CZE", numericValue: "203", }, ], };