UNPKG

localized-dst

Version:

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

5 lines (4 loc) 157 B
import { CountryDst } from './models'; export declare type UsaDstLocation = 'USA' | 'USA.HAWAII'; declare const country: CountryDst; export default country;