UNPKG

async-xbox-live-api

Version:

Async library to enable you to interact with the xbox live api

2 lines (1 loc) 88 B
export declare const makeXliveApiRequest: <T>(host: string, uri: string) => Promise<T>;