5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export declare enum Encoding {
|
|
UTF8_BYTES = 1,
|
|
UTF16_STRING = 2
|
|
}
|