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
/
calculate.d.ts
2 lines
(1 loc)
•
229 B
TypeScript
View Raw
1
2
export
declare
function
calculate
(
steam64Id
:
string
,
itemIdFrom
:
number
,
totalCostOfUnboxing
:
number
,
itemIdTo
:
number
,
currencyDataPath
:
string
,
priceDataPath
:
string
,
cacheDataPath
:
string
,
skipCache
?:
boolean
):
Promise
<
void
>;