diff options
Diffstat (limited to 'tests/ts/my-game.ts')
-rw-r--r-- | tests/ts/my-game.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ts/my-game.ts b/tests/ts/my-game.ts new file mode 100644 index 00000000..01779164 --- /dev/null +++ b/tests/ts/my-game.ts @@ -0,0 +1,6 @@ +// automatically generated by the FlatBuffers compiler, do not modify + +export { InParentNamespace } from './my-game/in-parent-namespace.js'; +export * as Example from './my-game/example.js'; +export * as Example2 from './my-game/example2.js'; +export * as OtherNameSpace from './my-game/other-name-space.js'; |