Package: effect
Module: Pipeable
Provides a base constructor whose instances implement the standard Pipeable.pipe
method.
When to use
Use when you need to define a class that supports Effect-style method
chaining through .pipe(...).
Signature
declare const Class: new () => Pipeable
Since v3.15.0