UNPKG
monte-carlo-simulator
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Business decision framework with Monte Carlo risk analysis - instant via npx
monte-carlo-simulator
/
dist
/
cli
/
commands
/
run-simulation.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
{
RunOptions
}
from
'../config/schema'
;
export
declare
function
runSimulation
(
simulationName
:
string
,
options
?:
RunOptions
):
Promise
<
void
>;