• File: unstar.js
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/lib/commands/unstar.js
  • File size: 182 bytes
  • MIME-type: text/plain
  • Charset: utf-8
const Star = require('./star.js')

class Unstar extends Star {
  static description = 'Remove an item from your favorite packages'
  static name = 'unstar'
}
module.exports = Unstar