nepali-date-selector
Version:
Nepali Date Selector
17 lines (16 loc) • 549 B
TypeScript
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;