Skip to main content
Module

x/capi/mod.ts>$.Expand

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias $.Expand
Re-export
import { type $ } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { Expand } = $;
definition: T extends T ? [K in keyof T]: T[K] : never