Skip to main content
Module

x/twi/mod.ts>types.UnionToIntersection

Twitter API v2 Client for Deno
Go to Latest
type alias types.UnionToIntersection
import { type types } from "https://deno.land/x/twi@1.2.0/mod.ts";
const { UnionToIntersection } = types;
definition: (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never