UNPKG
tf2-rtp-calculator
Version:
latest (1.1.0)
1.1.0
1.0.0
An RTP calculator for Team Fortress 2 crate unbox sessions
tf2-rtp-calculator
/
dist
/
modes
/
install.d.ts
2 lines
(1 loc)
•
131 B
TypeScript
View Raw
1
2
export
declare
function
install
(
apiKey
:
string
,
currencyDataPath
:
string
,
priceDataPath
:
string
,
update
?:
boolean
):
Promise
<
void
>;