Package: effect
Module: Micro
Creates a Micro effect that will die with the specified error.
This results in a Die variant of the MicroCause type, where the error is
not tracked at the type level.
Signature
declare const die: (defect: unknown) => Micro<never>
Since v3.4.0