UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

22 lines (21 loc) 806 B
export declare type ExpeditionType = 'jne' | 'tiki' | 'pos' | 'wahana' | 'jnt' | 'indah' | 'sicepat' | 'lion' | 'pandu' | 'rapid' | 'atex' | 'rpx' | 'rex' | 'ems' | 'expedito' | 'pahala' | 'nss' | 'rcl' | 'duasatu'; export declare const Expeditions: ExpeditionType[]; export * from './21Express'; export * from './Atex'; export * from './EMSIndonesia'; export * from './Expedito'; export * from './IndahLogistic'; export * from './JNE'; export * from './JNT'; export * from './LionParcel'; export * from './NSSExpress'; export * from './PahalaExpress'; export * from './PanduLogistics'; export * from './PosIndonesia'; export * from './Rapid'; export * from './RCLLogistics'; export * from './REX'; export * from './RPX'; export * from './SicepatExpress'; export * from './Tiki'; export * from './Wahana';