Package: effect
Module: Sink
Marker used by Effect’s Unify machinery for Sink values.
Details
It prevents the inherited Effect unifier from being selected when
sink-specific unification should preserve the Sink type parameters. Users
normally do not need to reference this interface directly.
Signature
export interface SinkUnifyIgnore {
Effect?: true
}
Since v2.0.0