Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/chain.ts>Receipts

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

Type Parameters

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