UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

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