export const formatNumberWithPeriods = (number: number) => { return new Intl.NumberFormat('id-ID').format(number) }