Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4.4/mod.ts";

Type Parameters

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