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
/
create-simulation.d.ts
2 lines
(1 loc)
•
87 B
TypeScript
View Raw
1
2
export
declare
function
createSimulation
(
name
?:
string
,
options
?:
any
):
Promise
<
void
>;