UNPKG

smart-track

Version:

A TypeScript SDK for integrating with tracking services using the Beckn protocol. Provides adapters for package tracking with built-in error handling, retry logic, and type safety.

7 lines 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENDPOINTS = void 0; exports.ENDPOINTS = { TRACKING: "/track" }; //# sourceMappingURL=endpoint.const.js.map