unstar.js
| 183 B | Satir:
0
| js
Geri
const Star = require('./star.js') class Unstar extends Star { static description = 'Remove an item from your favorite packages' static name = 'unstar' } module.exports = Unstar
Kaydet
Ctrl+S ile kaydet