UNPKG
ongkir
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Shipping charges from logistic services in Indonesia
ongkir
/
src
/
expeditions
/
JNE.ts
15 lines
(13 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
BaseExpedition
}
from
'./Base'
export
class
JNE
extends
BaseExpedition
{
public
constructor
(
) {
super
(
'jne'
) }
protected
buildParams
():
any
{
return
{ ...
super
.
buildParams
(), [
'cacheDisabledjne'
]:
10
, [
'captchajne'
]:
665
} } }