UNPKG

@aokiapp/tlv

Version:

Tag-Length-Value (TLV) parser and builder library with schema support. Provides both parsing and building APIs as submodules.

4 lines 172 B
export * as parser from "./parser/index.js"; export * as builder from "./builder/index.js"; export * as common from "./common/index.js"; //# sourceMappingURL=index.d.ts.map