UNPKG

hostex-ts

Version:

TypeScript client library for the Hostex API v3.0.0 (Beta)

7 lines 225 B
/** * 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