igcv3 - v1.1.0
    Preparing search index...

    Function isNodeError

    • Type guard for Node.js system errors (e.g., ENOENT, EACCES). These errors have a code property with a string error code. Note: Avoids instanceof check which can fail across async/Jest realms.

      Parameters

      • error: unknown

      Returns error is ErrnoException