UNPKG

time-kinesis

Version:

A simple and powerful node.js Library to control time

19 lines (18 loc) 411 B
export declare enum units { millisecond = "millisecond", milliseconds = "milliseconds", second = "second", seconds = "seconds", minute = "minute", minutes = "minutes", hour = "hour", hours = "hours", day = "day", days = "days", week = "week", weeks = "weeks", month = "month", months = "months", year = "year", years = "years" }