UNPKG

270 BTypeScriptView Raw
1export declare class DateWithZone {
2 date: Date;
3 tzid?: string | null;
4 constructor(date: Date, tzid?: string | null);
5 private get isUTC();
6 toString(): string;
7 getTime(): number;
8 rezonedDate(): Date;
9}
10//# sourceMappingURL=datewithzone.d.ts.map
\No newline at end of file