...

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

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

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3export { Ability, AbilityT } from './example/ability.js';
     4export { Any } from './example/any.js';
     5export { AnyAmbiguousAliases } from './example/any-ambiguous-aliases.js';
     6export { AnyUniqueAliases } from './example/any-unique-aliases.js';
     7export { Color } from './example/color.js';
     8export { LongEnum } from './example/long-enum.js';
     9export { Monster, MonsterT } from './example/monster.js';
    10export { Race } from './example/race.js';
    11export { Referrable, ReferrableT } from './example/referrable.js';
    12export { Stat, StatT } from './example/stat.js';
    13export { StructOfStructs, StructOfStructsT } from './example/struct-of-structs.js';
    14export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './example/struct-of-structs-of-structs.js';
    15export { Test, TestT } from './example/test.js';
    16export { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from './example/test-simple-table-with-enum.js';
    17export { TypeAliases, TypeAliasesT } from './example/type-aliases.js';
    18export { Vec3, Vec3T } from './example/vec3.js';

View as plain text