"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Platform = void 0; exports.Platform = { Windows: 'windows', WindowsApp: 'windowsapp', iOS: 'ios', OSX: 'osx', Android: 'android', Linux: 'linux', Emscripten: 'emscripten', Pi: 'pi', tvOS: 'tvos', PS4: 'ps4', XboxOne: 'xboxone', Switch: 'switch', Switch2: 'switch2', XboxSeries: 'xboxseries', PS5: 'ps5', FreeBSD: 'freebsd', Wasm: 'wasm', Kompjuta: 'kompjuta', }; //# sourceMappingURL=Platform.js.map