mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 20:41:09 +00:00
[TS] Remove wrong and obsolete NS prefix use (#6604)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
export var EnumInNestedNS;
|
||||
(function (EnumInNestedNS) {
|
||||
EnumInNestedNS[EnumInNestedNS["A"] = 0] = "A";
|
||||
EnumInNestedNS[EnumInNestedNS["B"] = 1] = "B";
|
||||
EnumInNestedNS[EnumInNestedNS["C"] = 2] = "C";
|
||||
})(EnumInNestedNS || (EnumInNestedNS = {}));
|
||||
Reference in New Issue
Block a user