XylotrechusZ
XylotrechusZ Shell
: /proc/thread-self/root/opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/lib/commands/ [ drwxr-xr-x ]
const Star = require('./star.js')
class Unstar extends Star {
static description = 'Remove an item from your favorite packages'
static name = 'unstar'
}
module.exports = Unstar