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

x/scale/codecs/mod.ts>InputObject

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