mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 22:56:27 +00:00
* Partial support for --ts-flat-files and --gen-all * Add generated code changes * remove some debugging code left over * missed grpc files
9 lines
159 B
TypeScript
9 lines
159 B
TypeScript
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
export enum LongEnum {
|
|
LongOne = '2',
|
|
LongTwo = '4',
|
|
LongBig = '1099511627776'
|
|
}
|
|
|