Skip to main content
Module

x/sirdez/index.ts>GetType

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