UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

19 lines (18 loc) 396 B
export declare enum TimeUnit { Millisecond = "millisecond", Milliseconds = "milliseconds", Second = "second", Seconds = "seconds", Minute = "minute", Minutes = "minutes", Hour = "hour", Hours = "hours", Day = "day", Days = "days", Weeks = "weeks", Week = "week", Month = "month", Months = "months", Year = "year", Years = "years" }