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
/
france-dst.d.ts
5 lines
(4 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
import
{
CountryDst
}
from
'./models'
;
export
declare
type
FranceDstLocation
=
'FRA'
|
'FRA.METROPOLE'
|
'FRA.METROPOLE.PARIS'
;
declare
const
country
:
CountryDst
;
export
default
country;