diff options
Diffstat (limited to 'tests/ts/my-game/other-name-space.ts')
-rw-r--r-- | tests/ts/my-game/other-name-space.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ts/my-game/other-name-space.ts b/tests/ts/my-game/other-name-space.ts new file mode 100644 index 00000000..ea4a261f --- /dev/null +++ b/tests/ts/my-game/other-name-space.ts @@ -0,0 +1,5 @@ +// automatically generated by the FlatBuffers compiler, do not modify + +export { FromInclude } from './other-name-space/from-include.js'; +export { TableB } from './other-name-space/table-b.js'; +export { Unused } from './other-name-space/unused.js'; |