Returns true
if the x
is a Error
instance.
Error.isError(new Error) === true;
Error.isError(new TypeError) === true;
None
Returns true
if the x
is a Error
instance.
Error.isError(new Error) === true;
Error.isError(new TypeError) === true;
None