constants.d.ts 107 B

123456
  1. export declare const enum MSGPACK {
  2. NULL = 192,
  3. UNDEFINED = 193,
  4. FALSE = 194,
  5. TRUE = 195
  6. }