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

12 lines
184 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})