UNPKG

localized-dst

Version:

Determine if a date is in daylight savings time by country/state/city

5 lines (4 loc) 187 B
import { CountryDst } from './models'; export declare type FranceDstLocation = 'FRA' | 'FRA.METROPOLE' | 'FRA.METROPOLE.PARIS'; declare const country: CountryDst; export default country;