11cb0ef41Sopenharmony_ciconst Star = require('./star.js') 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciclass Unstar extends Star { 41cb0ef41Sopenharmony_ci static description = 'Remove an item from your favorite packages' 51cb0ef41Sopenharmony_ci static name = 'unstar' 61cb0ef41Sopenharmony_ci} 71cb0ef41Sopenharmony_cimodule.exports = Unstar 8