Skip to main content Link Search Menu Expand Document (external link)

MonthNames overview

Module that implements a type that represents the names of the twelve months of a year


Table of contents


Models

Type (interface)

Type of a CVMonthNames

Signature

export interface Type extends MTypes.ReadonlyTuple<string, 12> {}