jccp_a/vuepress/node_modules/cac/index-compat.js
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

12 lines
184 B
JavaScript

const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})