UNPKG
aramex-service-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
An Aramex client package for shipment operations using TypeScript and OOP.
aramex-service-api
/
src
/
index.ts
4 lines
(3 loc)
•
76 B
text/typescript
View Raw
1
2
3
4
// src/index.ts
export
*
from
'./AramexClient'
;
export
*
from
'./types'
;