UNPKG

tsonik

Version:

A TypeScript client library for the Iconik API based on Swagger documentation

9 lines 280 B
/** * Tsonik - TypeScript client library for the Iconik API */ export { Tsonik } from './client'; export { IconikConfig } from './config'; export * from './types'; export * from './errors'; export { RetryConfig, RetryPresets } from './retry'; //# sourceMappingURL=index.d.ts.map