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
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
export enum LongEnum {
|
|
LongOne = '2',
|
|
LongTwo = '4',
|
|
LongBig = '1099511627776'
|
|
}
|