ChemPare Documentation - v0.0.0
    Preparing search index...

    Variable CURRENCY_CODE_MAP_BY_LOCATIONConst

    CURRENCY_CODE_MAP_BY_LOCATION: { [key: string]: string } = ...

    Mapping of locations to their corresponding currency codes

    Type declaration

    • [key: string]: string
    CURRENCY_CODE_MAP_BY_LOCATION['US'] // returns 'USD'
    CURRENCY_CODE_MAP_BY_LOCATION['GB'] // returns 'GBP'