1// automatically generated by the FlatBuffers compiler, do not modify 2export var EnumInNestedNS; 3(function (EnumInNestedNS) { 4 EnumInNestedNS[EnumInNestedNS["A"] = 0] = "A"; 5 EnumInNestedNS[EnumInNestedNS["B"] = 1] = "B"; 6 EnumInNestedNS[EnumInNestedNS["C"] = 2] = "C"; 7})(EnumInNestedNS || (EnumInNestedNS = {})); 8