Module that implements a type that represents the names of the twelve months of a year
Type of a CVMonthNames
Signature
export interface Type extends MTypes.ReadonlyTuple<string, 12> {}