@heuristical/trackit
Version:
This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema
14 lines (13 loc) • 339 B
TypeScript
export * from './ups';
export * from './fedex';
export * from './usps';
export * from './lasership';
export * from './dhl';
export * from './ontrac';
export * from './upsmi';
export * from './amazon';
export * from './a1';
export * from './canada_post';
export * from './dhlgm';
export * from './prestige';
export * from './guessCarrier';