UNPKG

shell-mirror

Version:

Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.

11 lines 348 B
"use strict"; /** * Copyright (c) 2020, Microsoft Corporation (MIT License). */ Object.defineProperty(exports, "__esModule", { value: true }); exports.getWorkerPipeName = void 0; function getWorkerPipeName(conoutPipeName) { return conoutPipeName + "-worker"; } exports.getWorkerPipeName = getWorkerPipeName; //# sourceMappingURL=conout.js.map