month.d.ts 117 B

12
  1. export declare function daysInMonth(year: number, month: number): number;
  2. export declare function initMonth(): void;