mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 13:08:58 +00:00
* Add tests for ts flatc * fix typescript generation of namespaceless file * Add typescript genereated code from generate_code.py * Support multiple module flatc testing
3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
export { ScalarStuff } from './optional-scalars/scalar-stuff';
|
|
export { OptionalByte } from './optional-scalars/optional-byte';
|