UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 281 B
/** * @module months * @description A list of months */ export declare const months: readonly ["january", "february", "march", "april", "may", "june", "july", "august", "september", "october", "november", "december"]; export declare type Months = (typeof months)[number];