hexo/node_modules/cac/index-compat.js

12 lines
184 B
JavaScript
Raw Permalink Normal View History

2024-05-09 16:35:20 +08:00
const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})