@mikeyt23/node-cli-utils
    Preparing search index...

    Function isErrnoException

    • Type guard function to check if an Error is a NodeJS.ErrnoException.

      Parameters

      • err: unknown

        The Error object to check.

      Returns err is ErrnoException

      true if it's a NodeJS.ErrnoException and false otherwise.