wrangler-action/node_modules/cac/index-compat.js
2023-08-07 15:11:15 -05:00

11 lines
184 B
JavaScript

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