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
/
utils
/
name-converter.d.ts
4 lines
(3 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
export
declare
function
toClassName
(
name
:
string
):
string
;
export
declare
function
toId
(
name
:
string
):
string
;
export
declare
function
toCamelCase
(
name
:
string
):
string
;