Package: effect
Module: DateTime
Checks whether a value is a named TimeZone (IANA time zone).
When to use
Use to narrow an unknown value to the TimeZone.Named variant before
reading named-zone fields such as id.
See
isTimeZone for checking either time zone variantisTimeZoneOffset for narrowing to fixed-offset time zonesSignature
declare const isTimeZoneNamed: (u: unknown) => u is TimeZone.Named
Since v3.6.0