UNPKG

@cfwest/api-client

Version:

Unofficial CrossFire West ApiClient implementation.

4 lines (3 loc) 99 B
export interface HttpClient { get<T>(url: string, options?: any): Promise<T | undefined>; }