UNPKG

256 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var OS;
4(function (OS) {
5 OS["Unknown"] = "unknown";
6 OS["Mac"] = "mac";
7 OS["Windows"] = "windows";
8 OS["Linux"] = "linux";
9})(OS = exports.OS || (exports.OS = {}));