Skip to main content
Module

x/sirdez/index.ts>TupleFactory

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