mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 12:30:01 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
9
tests/ts/abc.ts
Normal file
9
tests/ts/abc.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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 enum ABC {
|
||||
A = 0,
|
||||
B = 1,
|
||||
C = 2
|
||||
}
|
||||
Reference in New Issue
Block a user