Skip to main content
Module

x/clarigen/mod.ts>Receipts

Deno package for type-safe Clarinet tests
Go to Latest
type alias Receipts
import { type Receipts } from "https://deno.land/x/clarigen@v0.5.4/mod.ts";

Type Parameters

T extends readonly unknown[]
definition: -readonly [I in keyof T]: Receipt<T[I]>