UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

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