From 5cdd3ccdaeb7d797b0f919fab43024eba3e9cf4f Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Thu, 24 Sep 2026 00:18:13 +0200 Subject: [PATCH] Say tlvs.ts reads a TLV stream too --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 06540eb..a82cdb4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -82,7 +82,7 @@ src/ constants.ts consts + constsById, and the SMPP version constants encodings.ts GSM 03.38, LATIN1, UCS2, detection, data_coding resolution errors.ts errors + errorsById (ESME_*) - tlvs.ts TLV definitions, tlvsById, the input shape, and writing a TLV stream + tlvs.ts TLV definitions, tlvsById, the input shape, and reading and writing a TLV stream types.ts Wire types: int8/int16/int32/string/cstring/buffer/arrays ```