UNPKG

@webilix/jalali-date-time

Version:

Lightweight library for parsing and formating Jalali date with timezone functionality

4 lines 250 B
import { JalaliDateTimeObject } from '../interface/object'; export declare function toObject(date: Date): JalaliDateTimeObject; export declare function toObject(date: Date, timezone: string): JalaliDateTimeObject; //# sourceMappingURL=object.d.ts.map