...

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

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

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

View as plain text