xref: /third_party/node/deps/npm/lib/commands/unstar.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/lib/commands/
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

Indexes created Thu Nov 07 10:32:03 CST 2024