UNPKG

steamgames

Version:

A package for fetching game data from Steam APIs

3 lines (2 loc) 118 B
import { ListAPIResponse } from "../types/steam"; export declare function getSteamIDList(): Promise<ListAPIResponse>;