UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

15 lines (13 loc) 275 B
import { BaseExpedition } from './Base' export class JNE extends BaseExpedition { public constructor() { super('jne') } protected buildParams(): any { return { ...super.buildParams(), ['cacheDisabledjne']: 10, ['captchajne']: 665 } } }