Package: effect
Module: DateTime
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
}
Since v3.6.0