UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

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