Files
starface-outlook-sync-addin/node_modules/@jsonjoy.com/json-pack/lib/resp/constants.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

23 lines
355 B
TypeScript

export declare const enum RESP {
R = 13,
N = 10,
RN = 3338,
NULL = 95,
BOOL = 35,
INT = 58,
BIG = 40,
FLOAT = 44,
STR_SIMPLE = 43,
STR_BULK = 36,
STR_VERBATIM = 61,
ERR_SIMPLE = 45,
ERR_BULK = 33,
ARR = 42,
SET = 126,
OBJ = 37,
PUSH = 62,
ATTR = 124,
PLUS = 43,
MINUS = 45
}