4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
|
export enum Encoding {
|
||
|
UTF8_BYTES = 1,
|
||
|
UTF16_STRING = 2
|
||
|
}
|