UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

8 lines (7 loc) 181 B
import { BaseExpedition } from './Base' export class AtriXpress extends BaseExpedition { public constructor() { super('atex') throw new Error('not yet implemented') } }