Package: effect
Module: DateTime
Shared protocol implemented by all TimeZone values.
Details
Provides the TimeZone type identifier and inspection support.
Signature
export interface Proto extends Inspectable {
readonly [TimeZoneTypeId]: typeof TimeZoneTypeId
}
Since v3.6.0