Type guard for determining whether the given value is an error object with a stack property, such as an instance of Error.
stack
A boolean.
The object to check.
Type guard for determining whether the given value is an error object with a
stack
property, such as an instance of Error.Returns
A boolean.