Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 389 Bytes

API_REFERENCE.md

File metadata and controls

25 lines (16 loc) · 389 Bytes

API Reference

Table of contents

Error

Constructor

isError(x)

Returns true if the x is a Error instance.

Error.isError(new Error) === true;
Error.isError(new TypeError) === true;

Prototype

None