Skip to main content
Module

x/capi/mod.ts>$.U2I

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias $.U2I
Re-export
import { type $ } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { U2I } = $;
definition: (U extends U ? (u: U) => 0 : never) extends (i: infer I) => 0 ? Extract<I, U> : never