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
/
canada-dst.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
import
{
CountryDst
}
from
'./models'
;
export
declare
type
CanadaDstLocation
=
'CAN'
|
'CAN.QUEBEC'
|
'CAN.QUEBEC.MONTREAL'
|
'CAN.ONTARIO'
|
'CAN.ONTARIO.TORONTO'
;
declare
const
country
:
CountryDst
;
export
default
country;