mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
4 lines
No EOL
65 B
TypeScript
4 lines
No EOL
65 B
TypeScript
export enum Encoding {
|
|
UTF8_BYTES = 1,
|
|
UTF16_STRING = 2
|
|
} |