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.

12 lines (10 loc) 242 B
var adapter = require('./'); /** * Extracts the values from process.env. * * @type {Function} * @public */ module.exports = adapter(function storage() { return localStorage.getItem('debug') || localStorage.getItem('diagnostics'); });