Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/tests/TestTypes.ts>TestDataArgs

Various HTTP clients for miscellaneous use.
Latest
type alias TestDataArgs
import { type TestDataArgs } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/tests/TestTypes.ts";

Type definition for test data arguments and the expected result.

Type Parameters

TArgs extends unknown[]
TExpected
definition: [[...TArgs], TExpected]