tsinsim
Version:
An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.
17 lines (16 loc) • 771 B
JavaScript
export var SmallType;
(function (SmallType) {
SmallType[SmallType["SMALL_NONE"] = 0] = "SMALL_NONE";
SmallType[SmallType["SMALL_SSP"] = 1] = "SMALL_SSP";
SmallType[SmallType["SMALL_SSG"] = 2] = "SMALL_SSG";
SmallType[SmallType["SMALL_VTA"] = 3] = "SMALL_VTA";
SmallType[SmallType["SMALL_TMS"] = 4] = "SMALL_TMS";
SmallType[SmallType["SMALL_STP"] = 5] = "SMALL_STP";
SmallType[SmallType["SMALL_RTP"] = 6] = "SMALL_RTP";
SmallType[SmallType["SMALL_NLI"] = 7] = "SMALL_NLI";
SmallType[SmallType["SMALL_ALC"] = 8] = "SMALL_ALC";
SmallType[SmallType["SMALL_LCS"] = 9] = "SMALL_LCS";
SmallType[SmallType["SMALL_LCL"] = 10] = "SMALL_LCL";
SmallType[SmallType["SMALL_AII"] = 11] = "SMALL_AII";
})(SmallType || (SmallType = {}));
;