UNPKG

@webilix/jalali-date-time

Version:

Lightweight library for parsing and formating Jalali date with timezone functionality

9 lines 477 B
/** * @deprecated This method is deprecated and will be removed in future versions. Please use nextDayOfYear instead */ export declare function nextYear(date?: Date, timezone?: string): Date; export declare function nextDayOfYear(): Date; export declare function nextDayOfYear(date: Date): Date; export declare function nextDayOfYear(timezone: string): Date; export declare function nextDayOfYear(date: Date, timezone: string): Date; //# sourceMappingURL=day-of-year.d.ts.map