UNPKG
@onesy/date
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Time and date utils library
github.com/onesy-me/date
onesy-me/date
@onesy/date
/
timezones.d.ts
10 lines
(9 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
ITimezone
{
label
:
string
;
code
:
string
;
name
:
string
;
abbr
?:
string
;
utc
:
string
; }
export
declare
const
timezones
:
Array
<
ITimezone
>;
export
default
timezones;