Skip to main content
Module

x/scale/codecs/tuple.ts>OutputTuple

A TypeScript reference implementation of SCALE transcoding
Go to Latest
type alias OutputTuple
import { type OutputTuple } from "https://deno.land/x/scale@v0.13.0/codecs/tuple.ts";
definition: [K in keyof T]: Output<T[K]>