UNPKG

open-critic-node

Version:
20 lines 845 B
"use strict"; 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