mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 20:06:09 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
6
tests/ts/non_zero_enum.ts
Normal file
6
tests/ts/non_zero_enum.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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 { NonZero } from './non-zero.js';
|
||||
export { NonZeroVectorTable, NonZeroVectorTableT } from './non-zero-vector-table.js';
|
||||
Reference in New Issue
Block a user