UNPKG

@hpx7/delta-pack

Version:

A TypeScript code generator and runtime for binary serialization based on schemas.

5 lines (4 loc) 110 B
// Helper to define a schema with const assertion export function defineSchema(schema) { return schema; }