UNPKG

@aokiapp/tlv

Version:

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

7 lines (6 loc) 107 B
export const TagClass = { Universal: 0, Application: 1, ContextSpecific: 2, Private: 3, };