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