mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 19:49:29 +08:00
11 lines
184 B
Text
11 lines
184 B
Text
const { cac, CAC, Command } = require('./dist/index')
|
|
|
|
// For backwards compatibility
|
|
module.exports = cac
|
|
|
|
Object.assign(module.exports, {
|
|
default: cac,
|
|
cac,
|
|
CAC,
|
|
Command,
|
|
})
|