File "undeprecate.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib/commands/undeprecate.js
File size: 302 bytes
MIME-type: text/plain
Charset: utf-8
const Deprecate = require('./deprecate.js')
class Undeprecate extends Deprecate {
static description = 'Undeprecate a version of a package'
static name = 'undeprecate'
static usage = ['<package-spec>']
async exec ([pkg]) {
return super.exec([pkg, ''])
}
}
module.exports = Undeprecate