mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 01:11:38 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
7
tests/ts/even_more_defaults.ts
Normal file
7
tests/ts/even_more_defaults.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
|
||||
export { ABC } from './abc.js';
|
||||
export { EvenMoreDefaults, EvenMoreDefaultsT } from './even-more-defaults.js';
|
||||
export { EvenMoreStruct, EvenMoreStructT } from './even-more-struct.js';
|
||||
Reference in New Issue
Block a user