UNPKG

interactive-cli-leetcode-solutions

Version:
10 lines (9 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Platform = void 0; var Platform; (function (Platform) { Platform["Windows"] = "win32"; Platform["Mac"] = "darwin"; Platform["Linux"] = "linux"; })(Platform || (exports.Platform = Platform = {}));