Files
flatbuffers/tests/my-game/example/long-enum.ts
Derek Bailey a66de58af9 Partial support for --ts-flat-files and --gen-all (#7446)
* Partial support for --ts-flat-files and --gen-all

* Add generated code changes

* remove some debugging code left over

* missed grpc files
2022-08-15 16:11:45 -07:00

9 lines
159 B
TypeScript

// automatically generated by the FlatBuffers compiler, do not modify
export enum LongEnum {
LongOne = '2',
LongTwo = '4',
LongBig = '1099511627776'
}