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
/
SicepatExpress.ts
12 lines
(11 loc)
•
230 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
BaseExpedition
}
from
'./Base'
export
class
SicepatExpress
extends
BaseExpedition
{
public
constructor
(
) {
super
(
'sicepat'
)
this
.
mappingTableResult
= {
service
:
0
,
price
:
2
,
etd
:
3
} } }