UNPKG

steamgames

Version:

A package for fetching game data from Steam APIs

3 lines (2 loc) 161 B
import { PriceAPIResponse } from "../types/steam"; export declare function getSteamPriceOverview(appids: number[], country?: string): Promise<PriceAPIResponse>;