Skip to main content
Module

x/sirdez/noeval.ts>GetType

Glorious Binary Serialization and Deserialization for TypeScript.
Latest
type alias GetType
import { type GetType } from "https://deno.land/x/sirdez@0.0.3/noeval.ts";
definition: T extends Serdes<infer X> ? X : never