Skip to main content
Module

x/tpy/mod.ts>Util.Unpacked

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Util.Unpacked
import { type Util } from "https://deno.land/x/tpy@v1.0.0-pre-release/mod.ts";
const { Unpacked } = Util;
definition: T extends (infer U)[] ? U : T