Files
powerpoint-toolbox/node_modules/@jsonjoy.com/json-pack/lib/msgpack/constants.d.ts
T
2025-03-07 19:22:02 +01:00

7 lines
107 B
TypeScript

export declare const enum MSGPACK {
NULL = 192,
UNDEFINED = 193,
FALSE = 194,
TRUE = 195
}