blob: 9105ed44f89d1b44d5d833fa3115ebddb2352e81 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// 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 = {}));