...

Text file src/github.com/google/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.ts

Documentation: github.com/google/flatbuffers/tests/ts/arrays_test_complex/my-game/example

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3export enum TestEnum {
     4  A = 0,
     5  B = 1,
     6  C = 2
     7}

View as plain text