@node-in-layers/mcp
    Preparing search index...

    Function isZodError

    • Checks if the error is a zod error.

      Parameters

      • error: any

        The error to check.

      Returns error is ZodError<unknown>

      True if the error is a zod error, false otherwise.