UNPKG

lotto-draw

Version:

A simple tool used to pick random elements from a mutable collection of weighted participants

5 lines (4 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var createLotto_1 = require("./createLotto"); exports.default = createLotto_1.createLotto;