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.

6 lines 198 B
export declare const ENV: { readonly PORT: string | 8000; readonly DATABASE_URL: string | undefined; }; export declare const validateEnv: () => void; //# sourceMappingURL=env.config.d.ts.map