UNPKG

async-xbox-live-api

Version:

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

3 lines (2 loc) 129 B
import { GetAuthResult } from '../types'; export declare function fetchCookiesAndAuthorizationDetails(): Promise<GetAuthResult>;