mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 17:48:53 +00:00
4 lines
189 B
TypeScript
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';
|