astro-ghostcms/.pnpm-store/v3/files/38/ff9bab12d35a566f757de395a12...

12 lines
184 B
Plaintext

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