UNPKG

@aokiapp/tlv

Version:

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

5 lines 236 B
import { TagClass } from "./types.js"; export * from "./codecs.js"; export * from "./types.js"; export declare function inferIsSetFromTag(tagClass?: TagClass, tagNumber?: number): boolean | undefined; //# sourceMappingURL=index.d.ts.map