mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 07:50:59 +00:00
Replaced ToDasherCase with ConvertCase (#7131)
This commit is contained in:
8
tests/optional-scalars/optional-byte.ts
Normal file
8
tests/optional-scalars/optional-byte.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
export enum OptionalByte{
|
||||
None = 0,
|
||||
One = 1,
|
||||
Two = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user