UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

10 lines (9 loc) 241 B
/** * @module monthNameNumber * @description A list of monthNameNumber */ export declare const monthNameNumber: { name: string; number: string; }[]; export declare type MonthNameNumber = (typeof monthNameNumber)[number];