Files
flatbuffers/tests/ts/my-game/other-name-space.d.ts
2025-09-23 21:50:27 -07:00

4 lines
189 B
TypeScript

export {FromInclude} from './other-name-space/from-include.js';
export {TableB, TableBT} from './other-name-space/table-b.js';
export {Unused, UnusedT} from './other-name-space/unused.js';