8 lines
324 B
JavaScript
8 lines
324 B
JavaScript
// 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 = {}));
|