UNPKG

nepali-date-selector

Version:
17 lines (16 loc) 565 B
export declare const months: { en: string[]; ne: string[]; }; export declare const weeks: { en: string[]; ne: string[]; }; export declare const maxBSYear = 2100; export declare const minBSYear = 1970; export declare const bsMonthMaxDays: number[][]; export declare const bsMonthCalculatedData: number[][]; export declare const specialMonthTransitions: Record<string, Record<string, { startingWeekday: number; }>>; export declare function needsSpecialTransitionHandling(year: number, fromMonth: number, toMonth: number): boolean;