úÎÉ      Safe-Inferred F take some time in micro-seconds and render a human readable duration. “let duration = 2 * ms + 3 * oneSecond + 2 * minute + 33*day + 2*year humanReadableDuration duration -- will return: "2 years 33 days 2 min 3s 32ms"+ number of micro seconds in one millisecond& number of micro seconds in one second& number of micro seconds in one minute$ number of micro seconds in one hour# number of micro seconds in one day$ number of micro seconds in one year: number of milli seconds given a duration in micro seconds4 number of seconds given a duration in micro seconds 4 number of minutes given a duration in micro seconds 2 number of hours given a duration in micro seconds 1 number of days given a duration in micro seconds 2 number of years given a duration in micro seconds          human-readable-duration-0.1.0.0 Data.DurationhumanReadableDurationms oneSecondminutehourdayyeargetMs getSeconds getMinutesgetHoursgetDaysgetYears