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
/
Atex.ts
8 lines
(7 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
BaseExpedition
}
from
'./Base'
export
class
AtriXpress
extends
BaseExpedition
{
public
constructor
(
) {
super
(
'atex'
)
throw
new
Error
(
'not yet implemented'
) } }