mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-08 09:12:14 +08:00
* Wrap types in namespace for --ts-flat-files and --gen-all * Fixes for escaping object types * Added to generate_code
9 lines
141 B
TypeScript
9 lines
141 B
TypeScript
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
export enum Race {
|
|
None = -1,
|
|
Human = 0,
|
|
Dwarf = 1,
|
|
Elf = 2
|
|
}
|