Package: effect
Module: Terminal
Returns true if the provided value is a Terminal.QuitError.
When to use
Use to narrow unknown failures to QuitError when handling terminal input
cancellation.
Details
Returns true when the value carries the QuitError runtime marker and
narrows it to QuitError.
See
QuitError for the error value produced when terminal input is quitSignature
declare const isQuitError: (u: unknown) => u is QuitError
Since v4.0.0