UNPKG
@cfwest/api-client
Version:
latest (0.1.0)
0.1.0
Unofficial CrossFire West ApiClient implementation.
github.com/cfna/cfwest-api
cfna/cfwest-api
@cfwest/api-client
/
dist
/
internal
/
http
/
http-client.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
export
interface
HttpClient
{ get<T>(
url
:
string
,
options
?:
any
):
Promise
<T |
undefined
>; }