ej-data
v1.2.1
Published
Utility functions for analyzing and evaluating the EuroJackpot numbers
Downloads
7
Readme
ej-data
Utility functions for analyzing and evaluating the EuroJackpot numbers
There is no guarantee that the data provided is complete or correct
Last Draw: 12.01.2024
First Draw: 23.03.2012
import { EJD } from 'ej-data';
...
// new instance
const myEjData = new EJD();
console.log(new EJD().getData());
...