mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-08 09:12:14 +08:00
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
export enum Encoding {
|
|
UTF8_BYTES = 1,
|
|
UTF16_STRING = 2
|
|
} |