mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 07:50:02 +00:00
bulk code format fix (#8707)
This commit is contained in:
5
tests/ts/my-game.d.ts
vendored
5
tests/ts/my-game.d.ts
vendored
@@ -1,4 +1,7 @@
|
||||
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 {
|
||||
InParentNamespace,
|
||||
InParentNamespaceT,
|
||||
} from './my-game/in-parent-namespace.js';
|
||||
export * as OtherNameSpace from './my-game/other-name-space.js';
|
||||
|
||||
Reference in New Issue
Block a user