pose / web /node_modules /cac /index-compat.js
amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame contribute delete
184 Bytes
const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})