import { type z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts";
const { PassthroughType } = z;
Type Parameters
T extends UnknownKeysParam
definition: T extends "passthrough" ? { [k: string]: unknown; } : unknown
import { type z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts";
const { PassthroughType } = z;