Skip to main content
Module

x/clarigen/mod.ts>GetExpect

Deno package for type-safe Clarinet tests
Latest
type alias GetExpect
import { type GetExpect } from "https://deno.land/x/clarigen@v0.5.5/mod.ts";
definition: T extends TxCall<unknown, infer E> ? E : undefined