Skip to main content
Module

x/sirdez/index.ts>StructFactory

Glorious Binary Serialization and Deserialization for TypeScript.
Latest
type alias StructFactory
Re-export
import { type StructFactory } from "https://deno.land/x/sirdez@0.0.3/index.ts";
definition: <T extends Struct>(definition: StructDefinition<T>) => Serdes<T>