effect-io-ai

Package: effect
Module: DateTime

DateTime.TimeZone.Proto

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
  }

Source

Since v3.6.0