1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
Leibale
2023-06-14 15:04:36 -04:00
parent c188a5c781
commit 91be6ac9d4
6 changed files with 131 additions and 128 deletions

View File

@@ -49,7 +49,7 @@ interface DecoderOptions {
}
export class Decoder {
private _config;
private readonly _config;
private _cursor = 0;