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.

8 lines (7 loc) 139 B
'use strict' var process = require('./process') try { module.exports = setImmediate } catch (ex) { module.exports = process.nextTick }