variable z.isDirtyRe-exportimport { z } from "https://deno.land/x/pup@1.0.0-rc.6/deps.ts"; const { isDirty } = z; type<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>