Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/types/detect.ts>__Combine

Package publishing for deno.land/x/polkadot
Go to Latest
type alias __Combine
import { type __Combine } from "https://deno.land/x/polkadot@0.2.36/types/types/detect.ts";

Type Parameters

V extends __Value[]
I extends string
definition: I extends "" ? V : [...V, I]