UNPKG

local-currency-symbol

Version:

A utility package to map currency codes to their symbols and handle currency symbol positioning based on locale

2 lines (1 loc) 104 B
export declare const getCurrencyPosition: (locale: string, currencyCode: string) => "before" | "after";