UNPKG

nepali-date-library

Version:

A Nepali Date Library for both typescript and javascript

17 lines (16 loc) 562 B
export declare const NEPALI_DATE_MAP: { year: number; days: Array<number>; totalDays: number; daysTillNow: number; }[]; export declare const EPOCH: number; export declare const WEEK_EN: string[]; export declare const WEEK_SHORT_EN: string[]; export declare const WEEK_NP: string[]; export declare const WEEK_SHORT_NP: string[]; export declare const MONTH_EN: string[]; export declare const MONTH_SHORT_EN: string[]; export declare const MONTH_NP: string[]; export declare const MONTH_SHORT_NP: string[]; export declare const NUMBER_NP: string[];