UNPKG

sdek-api-lib

Version:

A comprehensive TypeScript SDK for CDEK API v2.0. Complete delivery service integration with full type support, automatic token management, and extensive examples.

9 lines 297 B
export { CdekApi } from './cdek-client'; export * from './types'; export * from './types/calculator'; export * from './types/orders'; export * from './types/delivery-points'; export * from './types/courier'; export * from './constants'; export * from './utils'; //# sourceMappingURL=index.d.ts.map