Clémentine
init
7c5b7bd
raw
history blame
No virus
89 Bytes
export declare const enum EncodingFormat {
Cbor = 0,
MsgPack = 1,
Json = 2
}