UNPKG

tf2-rtp-calculator

Version:

An RTP calculator for Team Fortress 2 crate unbox sessions

2 lines (1 loc) 229 B
export declare function calculate(steam64Id: string, itemIdFrom: number, totalCostOfUnboxing: number, itemIdTo: number, currencyDataPath: string, priceDataPath: string, cacheDataPath: string, skipCache?: boolean): Promise<void>;