Skip to main content
Module

x/capi/mod.ts>SmartExclude

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias SmartExclude
Re-export
import { type SmartExclude } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";

Type Parameters

T1
T2 extends T1
definition: T2 extends null | undefined ? T1 & Exclude<{ } | null | undefined, T2> : Exclude<T1, T2>