Skip to main content
Module

x/scale/codecs/mod.ts>InputTuple

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