Skip to main content
Module

x/sirdez/node_noeval.ts

Glorious Binary Serialization and Deserialization for TypeScript.
Latest
File
export * from "./context.ts";export * from "./define.ts";export * from "./node_encodings/index.ts";export * from "./noeval_serdes/index.ts";export { array, boolean, bytes, optional, map as record, string} from "./serdes/index.ts";export * from "./types/index.ts";export * from "./use.ts";