...

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

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

     1export declare enum LongEnum {
     2    LongOne = "2",
     3    LongTwo = "4",
     4    LongBig = "1099511627776"
     5}

View as plain text