HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/npm/lib/commands/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/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