mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
export enum Encoding {
|
|
UTF8_BYTES = 1,
|
|
UTF16_STRING = 2,
|
|
}
|