const getCurrentDate = (): Date => new Date()

export const DateUtils = {
    getCurrentDate
}
