UNPKG

steamgames

Version:

A package for fetching game data from Steam APIs

2 lines (1 loc) 67 B
export declare function fetchSteamAPI<T>(url: string): Promise<T>;