Your IP : 3.137.184.32


Current Path : /lib/ispnodejs/lib/node_modules/npm/lib/commands/
Upload File :
Current File : //lib/ispnodejs/lib/node_modules/npm/lib/commands/unstar.js

const Star = require('./star.js')

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

module.exports = Unstar