green line
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const iskFormater = new Intl.NumberFormat("is-IS", {
|
||||
style: "currency",
|
||||
currency: "ISK",
|
||||
minimumFractionDigits: 0,
|
||||
minimumFractionDigits: 2,
|
||||
});
|
||||
|
||||
export const iskFormat = (value: number): string => iskFormater.format(value);
|
||||
|
||||
Reference in New Issue
Block a user