UNPKG

@swrpg-online/monte-carlo

Version:

A library for performing Monte Carlo simulations with the Star Wars RPG narrative dice system by Fantasy Flight Games

7 lines (6 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MonteCarloError = exports.MonteCarlo = void 0; var MonteCarlo_1 = require("./MonteCarlo"); Object.defineProperty(exports, "MonteCarlo", { enumerable: true, get: function () { return MonteCarlo_1.MonteCarlo; } }); Object.defineProperty(exports, "MonteCarloError", { enumerable: true, get: function () { return MonteCarlo_1.MonteCarloError; } });