UNPKG

ej-data

Version:

Utility functions for analyzing and evaluating the EuroJackpot numbers

50 lines (27 loc) 604 B
# ej-data Utility functions for analyzing and evaluating the EuroJackpot numbers <hr/> ## There is no guarantee that the data provided is complete or correct #### Last Draw: 12.01.2024 #### First Draw: 23.03.2012 <hr/> ``` import { EJD } from 'ej-data'; ... // new instance const myEjData = new EJD(); console.log(new EJD().getData()); ... ``` <br/> <hr/> ### Functions <hr/> #### getData() #### getFirstDraw() #### getLastDraw() #### getFirstClassDraws() #### getWinningNumberCounts() #### getEuroNumberCounts() #### getWinningNumberCountsClass1() #### getEuroNumberCountsClass1()