UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

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