Repository URL to install this package:
|
Version:
1.1.6 ▾
|
/**
* @todo currency from a config
* @todo remove the try catches from here
*/
declare function formatPrice(price: string | number, currencycode?: string): string | number;
export { formatPrice };
export default formatPrice;