UNPKG
hostex-ts
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
TypeScript client library for the Hostex API v3.0.0 (Beta)
hostex-ts
/
dist
/
index.d.ts
7 lines
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * hostex-ts - TypeScript client library for Hostex API */
export
{
HostexClient
,
type
HostexClientConfig
}
from
'./client.js'
;
export
*
from
'./types.js'
;
export
*
from
'./errors.js'
;
//# sourceMappingURL=index.d.ts.map