UNPKG

@hpx7/delta-pack

Version:

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

3 lines (2 loc) 116 B
import { Type } from "./schema"; export declare function parseSchemaYml(yamlContent: string): Record<string, Type>;