Skip to content

Commit 9058a1c

Browse files
econdepeprantlf
authored andcommitted
fix: TimeZoneInfo type
1 parent 79da8ee commit 9058a1c

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)