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
/
dist
/
utils
/
countryCodeFinder.d.ts
2 lines
(1 loc)
•
88 B
TypeScript
View Raw
1
2
export
default
function
getCountryCodeByCurrency
(
currencyCode
:
string
):
string
|
null
;