Skip to content

Commit 12285e0

Browse files
econdepeprantlf
authored andcommitted
fix: TimeZoneInfo type
1 parent e239243 commit 12285e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ type DateInput = Date | number
22

33
interface TimeZoneInfo {
44
name: string
5+
untils: number[]
6+
offsets: number[]
57
}
68

79
interface TimeZoneOffset {

0 commit comments

Comments
 (0)