...

Text file src/github.com/google/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.d.ts

Documentation: github.com/google/flatbuffers/tests/ts/no_import_ext/optional-scalars

     1export declare enum OptionalByte {
     2    None = 0,
     3    One = 1,
     4    Two = 2
     5}

View as plain text