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
/
index.d.ts
4 lines
(3 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./internal/rest-models'
;
import
{
ApiClient
}
from
'./api-client'
;
export
default
ApiClient
;