UNPKG
localized-dst
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
Determine if a date is in daylight savings time by country/state/city
localized-dst
/
dist
/
dst
/
usa-dst.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
import
{
CountryDst
}
from
'./models'
;
export
declare
type
UsaDstLocation
=
'USA'
|
'USA.HAWAII'
;
declare
const
country
:
CountryDst
;
export
default
country;