Skip to main content
Module

x/sirdez/noeval.ts>MapFactory

Glorious Binary Serialization and Deserialization for TypeScript.
Latest
type alias MapFactory
import { type MapFactory } from "https://deno.land/x/sirdez@0.0.3/noeval.ts";
definition: <T>(
keySd: Serdes<string>,
valueSd: Serdes<T>,
headSd: Serdes<number>,
) => Serdes<Record<string, T>>