1 2 3 4 5
const formatCurrency = (value: number) => { return value.toLocaleString('id-ID'); }; export default formatCurrency;