Clémentine
init
7c5b7bd
raw
history blame
No virus
107 Bytes
export declare const enum MSGPACK {
NULL = 192,
UNDEFINED = 193,
FALSE = 194,
TRUE = 195
}