effect-io-ai

Package: effect
Module: DateTime

DateTime.DateTime.Proto

Shared protocol implemented by all DateTime values.

Details

Provides the DateTime type identifier along with pipe and inspection support.

Signature

export interface Proto extends Pipeable, Inspectable {
    readonly [TypeId]: typeof TypeId
  }

Source

Since v3.6.0