mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-14 08:26:59 +00:00
5 lines
255 B
TypeScript
5 lines
255 B
TypeScript
export { InParentNamespace, InParentNamespaceT } 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';
|