PronounsPage/types/nepali-calendar-js.d.ts
Valentyne Stigloher b25afefc49 (fmt)
2024-10-29 10:56:32 +01:00

5 lines
238 B
TypeScript

declare module 'nepali-calendar-js' {
export const nepaliMonthLength: (nYear: number, nMonth: number) => number;
export const toGregorian: (nYear: number, nMonth: number, nDay: number) => { gy: number; gm: number; gd: number };
}