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

8 lines
260 B
TypeScript

export * as Example from './my-game/example.js';
export * as Example2 from './my-game/example2.js';
export {
InParentNamespace,
InParentNamespaceT,
} from './my-game/in-parent-namespace.js';
export * as OtherNameSpace from './my-game/other-name-space.js';