open-critic-node
Version:
A NodeJS Wrapper for the Open Critic API
20 lines • 845 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformType = void 0;
var PlatformType;
(function (PlatformType) {
PlatformType["PC"] = "pc";
PlatformType["MS_XBOX_XS"] = "xbxs";
PlatformType["SONY_PLAYSTATION_5"] = "ps5";
PlatformType["NINTENDO_SWITCH"] = "switch";
PlatformType["GOOGLE_STADIA"] = "stadia";
PlatformType["MS_XBOX_ONE"] = "xb1";
PlatformType["SONY_PLAYSTATION_4"] = "ps4";
PlatformType["FB_OCULUS_RIFT"] = "oculus";
PlatformType["SONY_PLAYSTATION_VR"] = "psvr";
PlatformType["HTC_VIVE"] = "vive";
PlatformType["NINTENDO_WII_U"] = "wii-u";
PlatformType["NINTENDO_3DS"] = "3ds";
PlatformType["SONY_PLAYSTATION_VITA"] = "vita";
})(PlatformType = exports.PlatformType || (exports.PlatformType = {}));
//# sourceMappingURL=platform-type.js.map
;