UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

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