z.isAbortedCopyimport { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; const { isAborted } = z;const isAborted: (x: ParseReturnType<any>) => x is INVALID;